aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-03-19 18:56:10 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-03-19 18:56:10 +0100
commit34831b4843c161248109fb10876c1600578491de (patch)
treedb478bf3819c844a6b54da5b031a27b74f20aeeb /server/lib
parentf148e5edb62c914eff12d7d4a5f879fedcfc64be (diff)
downloadPeerTube-34831b4843c161248109fb10876c1600578491de.tar.gz
PeerTube-34831b4843c161248109fb10876c1600578491de.tar.zst
PeerTube-34831b4843c161248109fb10876c1600578491de.zip
Server: move pod remove to remote path
Diffstat (limited to 'server/lib')
-rw-r--r--server/lib/friends.js2
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