1
2
3
export let testPost = async ({ req, res }) => {
res.json("hello: ");
};