corrected calls to datacenter

This commit is contained in:
pb 2025-05-14 11:04:57 +02:00
parent eae5474552
commit f3e84a4f43

View File

@ -47,7 +47,7 @@ func (s *AdmiraltySetter) InitializeAdmiralty(localPeerID string,remotePeerID st
tools.GET:"/:id/" + remotePeerID,
},
tools.ADMIRALTY_SECRET: {
tools.POST:"/:id" + remotePeerID,
tools.POST:"/:id/" + remotePeerID,
},
tools.ADMIRALTY_TARGET: {
tools.POST:"/:id/" + remotePeerID,