新增websocks服务端功能
This commit is contained in:
@@ -3,7 +3,9 @@ package router
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
var routerTest Test
|
||||
var websocks Websocks
|
||||
|
||||
func Init(app *gin.Engine) {
|
||||
routerTest.Init(app)
|
||||
websocks.Init(app)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user