#27 Users can delete accounts

master
Keith Irwin 2016-08-10 06:18:38 +00:00
parent 8949bddd95
commit 1989c7666c
No known key found for this signature in database
GPG Key ID: 77A9E9D5A51A7431
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ router.delete('/:slug?', mw.ensureAuth, function(req,res,next){
res.redirect('/');
}
)
});
// Redirect /id/ to /slug/
router.get('/id/:id', function(req,res,next){