Skip to content

Commit

Permalink
trying to fix server again...
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthOstrich committed Nov 3, 2017
1 parent aedbc96 commit ec46684
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions controllers/AuthController.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ exports.isLoggedIn = (req, res, next ) => {
}
req.flash('error', 'Oops, you must be logged in to do that!');
res.redirect('/login');
};

module.exports = authController;
};

0 comments on commit ec46684

Please sign in to comment.