Discovery set up

This commit is contained in:
mr
2026-01-15 13:35:11 +01:00
parent 39e3a6a135
commit 24cb25c350
12 changed files with 1015 additions and 16 deletions

View File

@@ -23,6 +23,11 @@ func init() {
beego.NSInclude(
&controllers.PeerController{},
),
beego.NSNamespace("/distributed",
beego.NSInclude(
&controllers.DistributedPeerController{},
),
),
beego.NSNamespace("/version",
beego.NSInclude(
&controllers.VersionController{},