Matthew Lagace

Results 2 comments of Matthew Lagace

@chiragDesaiPantherCodx @mkevinosullivan It uses Express, also the template already includes the body parser middleware for JSON. You just need to include your routes **AFTER** the following line in the server.js/index.js...

Still you shouldn't put a return if it's not in a function. Why not put an if () {} else {} instead?