1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

urls: makefriends/quitfriends -> make-friends/quit-friends

This commit is contained in:
Chocobozzz 2017-09-07 21:22:17 +02:00
parent 337c258e77
commit aa2e7f1501
4 changed files with 16 additions and 16 deletions

View file

@ -35,14 +35,14 @@ podsRouter.post('/',
podsAddValidator,
addPods
)
podsRouter.post('/makefriends',
podsRouter.post('/make-friends',
authenticate,
ensureIsAdmin,
makeFriendsValidator,
setBodyHostsPort,
makeFriendsController
)
podsRouter.get('/quitfriends',
podsRouter.get('/quit-friends',
authenticate,
ensureIsAdmin,
quitFriendsController