mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-30 13:00:32 +08:00
refactor: code review
This commit is contained in:
7
server/internal/msg/router/router.go
Normal file
7
server/internal/msg/router/router.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package router
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
func Init(router *gin.RouterGroup) {
|
||||
InitMsgRouter(router)
|
||||
}
|
||||
Reference in New Issue
Block a user