fix main change owner route, fix group create id return, add new client
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user