mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
netmaker default network add --fixed
This commit is contained in:
@@ -650,7 +650,6 @@ func CreateAccessKey(accesskey models.AccessKey, network models.Network) (models
|
||||
// Create filter
|
||||
filter := bson.M{"netid": network.NetID}
|
||||
// Read update model from body request
|
||||
fmt.Println("Adding key to " + network.NetID)
|
||||
// prepare update model.
|
||||
update := bson.D{
|
||||
{"$set", bson.D{
|
||||
|
Reference in New Issue
Block a user