Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tigransimonyan committed Jan 29, 2021
1 parent ca4e2aa commit 1a0d974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/comments/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ export const view = asyncRoute(async (req, res) => {
if (comment) {
res.render('comment', comment);
} else {
res.render('404', comment);
res.render('404');
}
});

0 comments on commit 1a0d974

Please sign in to comment.