]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/friends.js
Server: move pod remove to remote path
[github/Chocobozzz/PeerTube.git] / server / lib / friends.js
index 23accfa453168ff72dda8efbf884a41b35f3bea3..1c756752701400180665996b138c84a0fd7d44b2 100644 (file)
@@ -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
       }