This commit is contained in:
suyl
2021-06-17 18:34:13 +08:00
parent 177156dcba
commit 921a3bfffd
3 changed files with 56 additions and 7 deletions

View File

@@ -146,6 +146,11 @@ func init() {
&controllers.PowerController{},
),
),
web.NSNamespace("/know",
web.NSInclude(
&controllers.KnowController{},
),
),
)
web.AddNamespace(ns)