This commit is contained in:
suyl
2021-06-24 16:09:02 +08:00
parent 8993e48ae9
commit bfe94e735a
27 changed files with 54 additions and 4458 deletions

View File

@@ -21,6 +21,11 @@ func init() {
&controllers.PrintController{},
),
),
web.NSNamespace("/task",
web.NSInclude(
&controllers.TaskController{},
),
),
)
web.AddNamespace(ns)