mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-07 01:36:23 +08:00
fixed readme, composes, netclient push/pull
This commit is contained in:
@@ -116,7 +116,6 @@ func updateIntClient(w http.ResponseWriter, r *http.Request) {
|
||||
json.NewEncoder(w).Encode(client)
|
||||
}
|
||||
|
||||
|
||||
func RegisterIntClient(client models.IntClient) (models.IntClient, error) {
|
||||
if client.PrivateKey == "" {
|
||||
privateKey, err := wgtypes.GeneratePrivateKey()
|
||||
|
Reference in New Issue
Block a user