This commit is contained in:
richboo111
2023-04-26 18:15:07 +08:00
parent ddfec752c0
commit 3f5708c08f

View File

@@ -97,7 +97,7 @@ func Init() {
auto_delivery.Init() // 初始化骑手列表
im.Init() //初始化ws连接
//go http.HandleFunc("/v2/im/StartWebSocket", im.Run)
http.HandleFunc("/ws", im.Run)
//test
//mux := http.NewServeMux()