1
2
3
export default function nanoErgun(req, res) {
res.send("hi im nano ergun")
}