fix main change owner route, fix group create id return, add new client

This commit is contained in:
2026-04-02 23:29:45 +02:00
parent 3d1c7afdd7
commit 922f13c64f
4 changed files with 10 additions and 17 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ func main() {
ctx := context.Background()
DbInit(ctx)
http.HandleFunc("/new/client", withCORS(HttpHandleNewUser))
http.HandleFunc("/new/client", withCORS(HttpHandleNewClient))
http.HandleFunc("/new/token", withCORS(HttpHandleNewToken))
http.HandleFunc("/new/group", withCORS(HttpHandeNewGroup))
http.HandleFunc("/mod/group/addclients", withCORS(HttpHandleGroupAddClient))