const EmployeeController = require('../controllers/employeecontrollers'); router.get('/employees', EmployeeController.prototype.index);