1
2
3
export function nakedAPIEx(req, res) {
res.send("my returned srting");
}