mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-16 13:51:42 +08:00
add remove server from networks with api. Add to default network by default.
This commit is contained in:
@@ -29,6 +29,7 @@ func HandleRESTRequests(wg *sync.WaitGroup) {
|
||||
userHandlers(r)
|
||||
groupHandlers(r)
|
||||
fileHandlers(r)
|
||||
serverHandlers(r)
|
||||
|
||||
port := config.Config.Server.ApiPort
|
||||
if os.Getenv("API_PORT") != "" {
|
||||
|
||||
Reference in New Issue
Block a user