new oc-shared

This commit is contained in:
mr
2024-09-27 14:08:14 +02:00
parent 18fe4b01ed
commit 3b50954ae4
8 changed files with 259 additions and 247 deletions

View File

@@ -15,12 +15,12 @@ import (
func init() {
ns := beego.NewNamespace("/oc",
beego.NSNamespace("/shared/workspace",
beego.NSNamespace("/shared/collaborative_area",
beego.NSInclude(
&controllers.SharedWorkspaceController{},
&controllers.CollaborativeAreaController{},
),
),
beego.NSNamespace("/shared/workspace/rule",
beego.NSNamespace("/shared/collaborative_area/rule",
beego.NSInclude(
&controllers.RuleController{},
),