diff options
Diffstat (limited to 'server/lib/friends.js')
-rw-r--r-- | server/lib/friends.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
186 | function announceIQuitMyFriends (pods, callbackAsync) { | 186 | function announceIQuitMyFriends (pods, callbackAsync) { |
187 | const requestParams = { | 187 | const requestParams = { |
188 | method: 'POST', | 188 | method: 'POST', |
189 | path: '/api/' + constants.API_VERSION + '/pods/remove', | 189 | path: '/api/' + constants.API_VERSION + '/remote/pods/remove', |
190 | sign: true | 190 | sign: true |
191 | } | 191 | } |
192 | 192 | ||