add client client messaging
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user