mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Update changelog
This commit is contained in:
parent
b7113ff7ef
commit
a5858c3e53
2 changed files with 97 additions and 0 deletions
|
@ -94,6 +94,7 @@ videosRouter.get('/',
|
|||
asyncMiddleware(listVideos)
|
||||
)
|
||||
|
||||
// TODO: remove, deprecated in 5.0 now we send the complete description in VideoDetails
|
||||
videosRouter.get('/:id/description',
|
||||
openapiOperationDoc({ operationId: 'getVideoDesc' }),
|
||||
asyncMiddleware(videosGetValidator),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue