DEV Community

Discussion on: Creating API Routes in a Nuxt App

Collapse
 
davleda profile image
Dav Leda

I think you meant res.send('Hello world!'), not res.end

Also, please explain what the if (require.main === module) statement is for. I've never seen that in ExpressJS. Thanks.