1
2
3
export function testReceive(req, res) {
res.send("ok");
}