forked from external-repos/noisedash
Add logout and nav drawyer
This commit is contained in:
@@ -16,6 +16,7 @@ router.get('/auth', function (req, res) {
|
||||
|
||||
router.get('/logout', function (req, res, next) {
|
||||
req.logout()
|
||||
res.sendStatus(200)
|
||||
})
|
||||
|
||||
module.exports = router
|
||||
|
||||
Reference in New Issue
Block a user