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

This commit is contained in:
silverpro89
2026-01-29 14:04:04 +07:00
parent 41cfb533d5
commit 0958e7ddf1
6 changed files with 1006 additions and 4 deletions

View File

@@ -7,6 +7,9 @@ const gameTypeController = require('../controllers/gameTypeController');
* Base path: /api/game-types
*/
// Get developer guide for game code
router.get('/guide', gameTypeController.getGuide);
// Get all game types
router.get('/', gameTypeController.getAllGameTypes);