const EmployeeController = { store(req, res) { res.json(req.body.name) } } export default EmployeeController