corrected calls to datacenter
This commit is contained in:
parent
eae5474552
commit
f3e84a4f43
@ -47,7 +47,7 @@ func (s *AdmiraltySetter) InitializeAdmiralty(localPeerID string,remotePeerID st
|
|||||||
tools.GET:"/:id/" + remotePeerID,
|
tools.GET:"/:id/" + remotePeerID,
|
||||||
},
|
},
|
||||||
tools.ADMIRALTY_SECRET: {
|
tools.ADMIRALTY_SECRET: {
|
||||||
tools.POST:"/:id" + remotePeerID,
|
tools.POST:"/:id/" + remotePeerID,
|
||||||
},
|
},
|
||||||
tools.ADMIRALTY_TARGET: {
|
tools.ADMIRALTY_TARGET: {
|
||||||
tools.POST:"/:id/" + remotePeerID,
|
tools.POST:"/:id/" + remotePeerID,
|
||||||
|
Loading…
Reference in New Issue
Block a user