peer change

This commit is contained in:
mr
2026-06-22 08:00:14 +02:00
parent cbd2fb1d46
commit f30b56fa34
10 changed files with 653 additions and 1 deletions
+5
View File
@@ -38,6 +38,11 @@ func init() {
beego.NSInclude(
&controllers.PeerController{},
),
beego.NSNamespace("/policy",
beego.NSInclude(
&controllers.PolicyController{},
),
),
beego.NSNamespace("/version",
beego.NSInclude(
&controllers.VersionController{},