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

This commit is contained in:
silverpro89
2026-01-27 18:33:35 +07:00
parent 2c7b4675a7
commit 816794a861
14 changed files with 1827 additions and 3 deletions

View File

@@ -158,7 +158,7 @@ router.post('/', authenticateToken, vocabController.createVocab);
* 500:
* description: Server error
*/
router.get('/', authenticateToken, vocabController.getAllVocabs);
router.get('/', vocabController.getAllVocabs);
/**
* @swagger