mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-16 14:20:24 +08:00
8 lines
113 B
Go
8 lines
113 B
Go
package router
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func Init(router *gin.RouterGroup) {
|
|
InitMsgRouter(router)
|
|
}
|