aa
This commit is contained in:
@@ -146,6 +146,11 @@ func init() {
|
||||
&controllers.PowerController{},
|
||||
),
|
||||
),
|
||||
web.NSNamespace("/know",
|
||||
web.NSInclude(
|
||||
&controllers.KnowController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
web.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user