Cross off completed bonfires in list of all bonfires in modal

This commit is contained in:
Nathan Leniz
2015-02-22 17:36:43 +09:00
parent 90caed3369
commit b5a449cb1c
4 changed files with 19 additions and 13 deletions

2
app.js
View File

@@ -301,7 +301,7 @@ app.get('/api/trello', resourcesController.trelloCalls);
/**
* Bonfire related routes
*/
app.get('/bonfires/pooproute', bonfireController.poopRoute);
app.get('/bonfires/getBonfireList', bonfireController.showAllBonfires);
app.get('/playground', bonfireController.index);
app.get('/bonfires', bonfireController.returnNextBonfire);