1
This commit is contained in:
@@ -161,6 +161,11 @@ func init() {
|
||||
&controllers.SessionController{},
|
||||
),
|
||||
),
|
||||
web.NSNamespace("/version",
|
||||
web.NSInclude(
|
||||
&controllers.VersionController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
web.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user