This commit is contained in:
richboo111
2023-04-25 16:52:01 +08:00
parent 2e8b699b4f
commit a3a663c729
9 changed files with 1032 additions and 1128 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)