We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3a625 commit 81380d4Copy full SHA for 81380d4
templates/express/config/express.js
@@ -34,7 +34,7 @@ module.exports = function(app) {
34
35
app.use(express.static(path.join(config.root, '.tmp')));
36
app.use(express.static(path.join(config.root, 'app')));
37
- app.set('views', config.root + '/app');
+ app.set('views', config.root + '/app/views');
38
}
39
40
if ('production' === env) {
0 commit comments