1
2
3
export let untitled_hook = (req, res) => {
res.json(req);
};