update
All checks were successful
Deploy to Production / deploy (push) Successful in 20s

This commit is contained in:
silverpro89
2026-02-18 18:01:45 +07:00
parent 09e72e37e7
commit b7ba1d02b3
10 changed files with 1207 additions and 1248 deletions

View File

@@ -23,6 +23,9 @@ router.post('/:id/prepare-prompt', contextController.preparePrompt);
// Status 2 -> 3 or 1: Update status
router.post('/:id/update-status', contextController.updateStatusFromPromptReady);
// Bulk update all status 2 to status 3
router.post('/bulk/status-2-to-3', contextController.bulkUpdateStatus2To3);
// Status 3 -> 4: Add images
router.post('/:id/add-images', contextController.addImages);