mirror of https://github.com/franjsco/tick3t-api
remove route: ticketAdmin
This commit is contained in:
parent
29cace7304
commit
8c2beec2be
|
@ -1,10 +0,0 @@
|
|||
const express = require('express');
|
||||
|
||||
const router = express.Router();
|
||||
const ticketController = require('../controllers/ticketAdmin');
|
||||
|
||||
router.get('/', ticketController.getAll);
|
||||
router.put('/:ticketId', ticketController.updateById);
|
||||
router.delete('/:ticketId', ticketController.deleteById);
|
||||
|
||||
module.exports = router;
|
Loading…
Reference in New Issue