This commit is contained in:
suyl
2021-06-25 09:32:11 +08:00
parent cfcab79a6d
commit b336512a5b
4 changed files with 28 additions and 6 deletions

View File

@@ -20,6 +20,11 @@ func init() {
&controllers.PrintController{},
),
),
web.NSNamespace("/api",
web.NSInclude(
&controllers.ApiController{},
),
),
)
ns2 := web.NewNamespace("/v2",
web.NSNamespace("/task",