fix http group sending

This commit is contained in:
gitGnome
2026-03-30 14:46:31 +02:00
parent fcb936027e
commit 551b213c49
7 changed files with 58 additions and 45 deletions
+1
View File
@@ -21,6 +21,7 @@ func main() {
http.HandleFunc("/new/token", withCORS(HttpHandleNewToken))
http.HandleFunc("/new/group", withCORS(HttpHandeNewGroup))
http.HandleFunc("/mod/group/addclients", withCORS(HttpHandleGroupAddClient))
http.HandleFunc("/new/message", withCORS(HttpHandleNewMessage))
http.HandleFunc("/ws", ServeWsConnection)
log.Println("listening on :8080")