This commit is contained in:
邹宗楠
2023-02-02 18:30:54 +08:00
parent f032189688
commit 616102db91
6 changed files with 118 additions and 1 deletions

View File

@@ -161,6 +161,11 @@ func init() {
&controllers.SessionController{},
),
),
web.NSNamespace("/version",
web.NSInclude(
&controllers.VersionController{},
),
),
)
web.AddNamespace(ns)