Skip to content

Commit

Permalink
Merge 01586d8 into b2af101
Browse files Browse the repository at this point in the history
  • Loading branch information
a-i-joe committed Aug 3, 2017
2 parents b2af101 + 01586d8 commit f10593a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ejs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app.set('views', path.join(__dirname, 'views'));

// Path to our public directory

app.use(express.static(path.join(__dirname + 'public')));
app.use(express.static(path.join(__dirname, 'public')));

// Without this you would need to
// supply the extension to res.render()
Expand Down

0 comments on commit f10593a

Please sign in to comment.