mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Server shares user videos
This commit is contained in:
parent
efc32059d9
commit
20494f1221
16 changed files with 215 additions and 111 deletions
|
@ -10,7 +10,7 @@ import {
|
|||
paginationValidator,
|
||||
setPagination,
|
||||
setVideoChannelsSort,
|
||||
videoChannelGetValidator,
|
||||
videoChannelsGetValidator,
|
||||
videoChannelsAddValidator,
|
||||
videoChannelsRemoveValidator,
|
||||
videoChannelsSortValidator,
|
||||
|
@ -53,7 +53,7 @@ videoChannelRouter.delete('/channels/:id',
|
|||
)
|
||||
|
||||
videoChannelRouter.get('/channels/:id',
|
||||
videoChannelGetValidator,
|
||||
videoChannelsGetValidator,
|
||||
asyncMiddleware(getVideoChannel)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue