✨ abnormal message notification
This commit is contained in:
@@ -10,8 +10,6 @@ var websocketAPI = api.Api.WebsocketApi
|
||||
func WebsocketRouter(router *gin.RouterGroup) {
|
||||
group := router.Group("/ws")
|
||||
{
|
||||
group.GET("/socket", websocketAPI.NewSocketClient)
|
||||
group.GET("/delete", websocketAPI.DeleteClient)
|
||||
group.GET("/gws", websocketAPI.NewGWSServer)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user