const EmployeeController = { index(req, res) { res.status(200).json( { msg: 'működik'} ); } } module.exports = EmployeeController;