mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-13 20:06:21 +00:00
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