const EmployeeController = { index: (req, res) => { res.send('műkdik'); } } module.exports = EmployeeController;