Skip to content

Commit 93f0670

Browse files
added missing colon
1 parent d8f6347 commit 93f0670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/auth/auth.router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ authRouter.post('/logout', localPassportMiddleware, (req, res) => {
5656
}
5757
module.exports = {
5858
authRouter
59-
};
59+
});

0 commit comments

Comments
 (0)