Peer Discovery

This commit is contained in:
mr
2026-01-28 16:05:47 +01:00
parent 265798bbc3
commit 65e6a1941c
9 changed files with 53 additions and 609 deletions

View File

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