export default { method: "GET", route: "/execution/:user_id", fn: async (req, res) => { let execution = { } return res.json(execution) } }