Skip to content

Commit 81380d4

Browse files
committed
correct path to views
1 parent ee3a625 commit 81380d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/express/config/express.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function(app) {
3434

3535
app.use(express.static(path.join(config.root, '.tmp')));
3636
app.use(express.static(path.join(config.root, 'app')));
37-
app.set('views', config.root + '/app');
37+
app.set('views', config.root + '/app/views');
3838
}
3939

4040
if ('production' === env) {

0 commit comments

Comments
 (0)