feat: collect location from netdesk

This commit is contained in:
the_aceix
2025-06-12 13:22:43 +00:00
parent d978de08d0
commit 71dafa45cf
3 changed files with 9 additions and 0 deletions

View File

@@ -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(