This commit is contained in:
richboo111
2023-04-26 09:57:25 +08:00
parent a555ab70e5
commit 140fc00c68
10 changed files with 1055 additions and 1053 deletions

View File

@@ -165,11 +165,11 @@ func init() {
&controllers.VersionController{},
),
),
//web.NSNamespace("/im",
// web.NSInclude(
// &controllers.IMController{},
// ),
//),
web.NSNamespace("/im",
web.NSInclude(
&controllers.IMController{},
),
),
)
web.AddNamespace(ns)