update new defined
All checks were successful
Deploy to Production / deploy (push) Successful in 19s
All checks were successful
Deploy to Production / deploy (push) Successful in 19s
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user