Express Render not working return error: No default engine was specified and no extension was provided
I’m writing an Express application without a template engine I am using just using HTML as the template engine. app.set(‘view engine’, ‘html’); actually, the whole code was generated using express-generator and I set the view to –no-view Flag and the index URL page runs well but trying another URL like users or any other except the index URL does … Read more