start reworking challenge views

This commit is contained in:
Michael Q Larson
2014-12-22 21:07:50 -08:00
parent 7a5224b876
commit 3eb09ab637
4 changed files with 14 additions and 189 deletions

1
app.js
View File

@ -195,7 +195,6 @@ app.post(
app.get(
'/challenges/:challengeNumber',
passportConf.isAuthenticated,
challengesController.returnChallenge);
app.all('/account', passportConf.isAuthenticated);
app.get('/account', userController.getAccount);