deving
This commit is contained in:
11
internal/routers/public.go
Normal file
11
internal/routers/public.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package routers
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
// Register public 注册路由
|
||||
func Registers_Public(engine *gin.Engine) {
|
||||
//fmt.Println("Register public")
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user