feat(status): Refactor project and video status management with centralized configuration and update related controllers and routes
All checks were successful
SSH Backend Deploy / ssh-deploy (push) Successful in 9s
All checks were successful
SSH Backend Deploy / ssh-deploy (push) Successful in 9s
This commit is contained in:
@@ -223,6 +223,9 @@ router.get('/videos/file/:video_id', VideoController.getVideoFile);
|
||||
* type: string
|
||||
* description: État actuel du rendu
|
||||
* example: En cours
|
||||
* status:
|
||||
* type: integer
|
||||
* description: Statut de la vidéo (0: waiting, 1: in_progress, 2: completed, 3: failed)
|
||||
* 404:
|
||||
* $ref: '#/components/responses/NotFound'
|
||||
* 500:
|
||||
|
||||
Reference in New Issue
Block a user