This commit is contained in:
richboo111
2023-04-26 10:48:35 +08:00
parent 6c0baf30bf
commit 765be79e15
3 changed files with 8 additions and 9 deletions

View File

@@ -101,7 +101,7 @@ func Init() {
//test
//mux := http.NewServeMux()
//mux.HandleFunc("/v2/im/StartWebSocket", im.StartWebSocket)
//mux.HandleFunc("/v2/im/Run", im.Run)
//go http.ListenAndServe(":8082", mux)
}