modify access key

This commit is contained in:
afeiszli
2021-05-25 16:09:49 -04:00
parent 78ae219b03
commit b930027a95
16 changed files with 366 additions and 145 deletions

View File

@@ -140,6 +140,7 @@ func RegisterClient(client models.ServerClient) (models.ServerClient, error) {
return client, err
}
client.ServerEndpoint = server.ServerEndpoint
client.ServerAddress = server.ServerAddress
client.ServerPort = server.ServerPort
client.ServerKey = server.ServerKey