mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Optimize signature verification
This commit is contained in:
parent
975e6e0e44
commit
9a27cdc27c
29 changed files with 444 additions and 584 deletions
|
@ -25,7 +25,7 @@ serverFollowsRouter.get('/following',
|
|||
asyncMiddleware(listFollowing)
|
||||
)
|
||||
|
||||
serverFollowsRouter.post('/follow',
|
||||
serverFollowsRouter.post('/following',
|
||||
authenticate,
|
||||
ensureUserHasRight(UserRight.MANAGE_SERVER_FOLLOW),
|
||||
followValidator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue