fixing package import

This commit is contained in:
pb
2025-04-29 12:23:44 +02:00
parent 2343a5329e
commit 2932fb2710
3 changed files with 38 additions and 10 deletions

View File

@@ -54,12 +54,6 @@ func (s *AdmiraltySetter) InitializeAdmiralty(localPeerID string,remotePeerID st
tools.ADMIRALTY_NODES: {
tools.GET:"/:id",
},
tools.ADMIRALTY_TARGET: {
tools.POST:"/:id",
},
tools.ADMIRALTY_NODES: {
tools.GET:"/:id",
},
},
)