X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Ffriends.js;h=1c756752701400180665996b138c84a0fd7d44b2;hb=34831b4843c161248109fb10876c1600578491de;hp=23accfa453168ff72dda8efbf884a41b35f3bea3;hpb=f148e5edb62c914eff12d7d4a5f879fedcfc64be;p=github%2FChocobozzz%2FPeerTube.git 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 }