Skip to content

Commit

Permalink
fixed lint for now
Browse files Browse the repository at this point in the history
will see more about branch protection rules and actions later
  • Loading branch information
manorit2001 committed Dec 27, 2020
1 parent 8abc988 commit 586f139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ app.use('/content', contentRouter);
const content = settings.location;
app.use('/public', express.static(content));
app.use('/assets', express.static(config.root + '/src/user/assets'));
app.use((req, res, next) =>{
app.use((req, res, next) => {
res.status(404).render('404.mustache');
});

Expand Down

0 comments on commit 586f139

Please sign in to comment.