change bonfire path to playground and update links, and also add a should example test to playground

This commit is contained in:
Michael Q Larson
2015-01-24 14:42:34 -08:00
parent c4bd0e4dc3
commit 54c3305281
5 changed files with 8 additions and 6 deletions

2
app.js
View File

@ -255,7 +255,7 @@ app.get(
);
app.all('/account', passportConf.isAuthenticated);
app.get('/account/api', userController.getAccountAngular);
app.get('/bonfire', bonfireController.index);
app.get('/playground', bonfireController.index);
app.get(
'/bonfires/:bonfireNumber',
bonfireController.returnIndividualBonfire