mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-07 09:41:37 +08:00
feat: collect location from netdesk
This commit is contained in:
@@ -780,6 +780,7 @@ func createExtClient(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
extclient.PublicEndpoint = customExtClient.PublicEndpoint
|
||||
extclient.Country = customExtClient.Country
|
||||
extclient.Location = customExtClient.Location
|
||||
|
||||
if err = logic.CreateExtClient(&extclient); err != nil {
|
||||
slog.Error(
|
||||
|
Reference in New Issue
Block a user