mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-05 07:56:50 +08:00
add demo model
This commit is contained in:
@@ -54,6 +54,7 @@ func routePathInit(r *gin.Engine) {
|
||||
apiGroup := r.Group("/api")
|
||||
apiGroup.Use(middle.CheckToken())
|
||||
apiGroup.Use(middle.PanicMiddle())
|
||||
// apiGroup.Use(middle.DemoMiddle())
|
||||
{
|
||||
apiGroup.GET("/ws", middle.OprPermission(constants.OPERATION_TERMINAL), api.WsApi.WebsocketHandle)
|
||||
|
||||
|
Reference in New Issue
Block a user