UI controller fixes

This commit is contained in:
ycc
2024-01-04 15:14:59 +01:00
parent b3d6e85ec5
commit 6df0a3871b
25 changed files with 483 additions and 206 deletions

View File

@@ -47,6 +47,11 @@ func init() {
&controllers.UiController{},
),
),
beego.NSNamespace("/helper",
beego.NSInclude(
&controllers.HelperController{},
),
),
)
beego.AddNamespace(ns)