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:
parent
337c258e77
commit
aa2e7f1501
4 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue