add client client messaging

This commit is contained in:
2026-04-05 13:10:37 +02:00
parent cf8a635dd7
commit 27cce022a4
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ func main() {
http.HandleFunc("/get/group/members", withCORS(HttpHandleGroupMembersGet))
http.HandleFunc("/del/group", withCORS(HttpHandleGroupDelete))
http.HandleFunc("/msg/user", withCORS(HttpHandleUserMessage))
http.HandleFunc("/msg/group", withCORS(HttpHandleGroupMessage))
http.HandleFunc("/ws", ServeWsConnection)