创建管理后端仓库
This commit is contained in:
7
web/router.go
Normal file
7
web/router.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package web
|
||||
|
||||
import "github.com/gofiber/fiber/v2"
|
||||
|
||||
func UseRoute(app *fiber.App) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user