const EmployeeController = { async index(req, res) { res.send('működik') } } export default EmployeeController