import verifyToken from '../middleware/authjwt.js' //... router.post('/employees', [verifyToken], EmployeeController.store)