mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
CheckInInterval tests working
This commit is contained in:
@@ -234,7 +234,7 @@ func keyUpdate(w http.ResponseWriter, r *http.Request) {
|
||||
{"nodeslastmodified", network.NodesLastModified},
|
||||
{"networklastmodified", network.NetworkLastModified},
|
||||
{"allowmanualsignup", network.AllowManualSignUp},
|
||||
{"defaultcheckininterval", network.DefaultCheckInInterval},
|
||||
{"checkininterval", network.DefaultCheckInInterval},
|
||||
}},
|
||||
}
|
||||
|
||||
@@ -407,7 +407,7 @@ func updateNetwork(w http.ResponseWriter, r *http.Request) {
|
||||
{"allowmanualsignup", network.AllowManualSignUp},
|
||||
{"localrange", network.LocalRange},
|
||||
{"islocal", network.IsLocal},
|
||||
{"defaultcheckininterval", network.DefaultCheckInInterval},
|
||||
{"checkininterval", network.DefaultCheckInInterval},
|
||||
}},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user