From 1a29596f2ece4c6f9263a39632901fd6bbf10beb Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Tue, 26 May 2020 15:53:47 +0100 Subject: [PATCH] Fix server key API URLs --- serverkeyapi/api/http.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverkeyapi/api/http.go b/serverkeyapi/api/http.go index 6f2f51eb5..95a8057a0 100644 --- a/serverkeyapi/api/http.go +++ b/serverkeyapi/api/http.go @@ -11,10 +11,10 @@ import ( const ( // RoomserverPerformJoinPath is the HTTP path for the PerformJoin API. - ServerKeyInputPublicKeyPath = "/api/serverkeyapi/inputPublicKey" + ServerKeyInputPublicKeyPath = "/serverkeyapi/inputPublicKey" // RoomserverPerformLeavePath is the HTTP path for the PerformLeave API. - ServerKeyQueryPublicKeyPath = "/api/serverkeyapi/queryPublicKey" + ServerKeyQueryPublicKeyPath = "/serverkeyapi/queryPublicKey" ) type InputPublicKeysRequest struct {