change bonfire path to playground and update links, and also add a should example test to playground
This commit is contained in:
2
app.js
2
app.js
@ -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
|
||||
|
Reference in New Issue
Block a user