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

This commit is contained in:
2025-04-27 11:21:36 +02:00
parent 65fa693986
commit fde6a0454c
8 changed files with 47 additions and 11 deletions

View File

@@ -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: