This commit is contained in:
suyl
2021-06-25 10:11:15 +08:00
parent 466ca12c91
commit ee02691601
3 changed files with 6 additions and 13 deletions

View File

@@ -15,15 +15,8 @@ import (
func init() {
ns := web.NewNamespace("/openapi",
web.NSNamespace("/print",
web.NSInclude(
&controllers.PrintController{},
),
),
web.NSNamespace("/api",
web.NSInclude(
&controllers.ApiController{},
),
web.NSInclude(
&controllers.ApiController{},
),
)
ns2 := web.NewNamespace("/v2",