feat: add order module
This commit is contained in:
@@ -31,7 +31,7 @@ func (r *Routes) Register(router fiber.Router) {
|
||||
// 注册路由组: Controller
|
||||
router.Get("/t/:tenant", Func2(
|
||||
r.controller.Index,
|
||||
QueryParam[string]("tenant"),
|
||||
PathParam[string]("tenant"),
|
||||
Local[*jwt.Claims]("claim"),
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user