From 34831b4843c161248109fb10876c1600578491de Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 19 Mar 2017 18:56:10 +0100 Subject: Server: move pod remove to remote path --- server/lib/friends.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib') diff --git a/server/lib/friends.js b/server/lib/friends.js index 23accfa45..1c7567527 100644 --- a/server/lib/friends.js +++ b/server/lib/friends.js @@ -186,7 +186,7 @@ function quitFriends (callback) { function announceIQuitMyFriends (pods, callbackAsync) { const requestParams = { method: 'POST', - path: '/api/' + constants.API_VERSION + '/pods/remove', + path: '/api/' + constants.API_VERSION + '/remote/pods/remove', sign: true } -- cgit v1.2.3