first commit with working iframe pulling data from code editor

This commit is contained in:
Michael Q Larson
2015-01-29 17:01:50 -08:00
parent b49846a504
commit d7d4727c0f
4 changed files with 66 additions and 45 deletions

1
app.js
View File

@@ -270,6 +270,7 @@ app.get('/account/api', userController.getAccountAngular);
*/
app.get('/playground', bonfireController.index);
app.get('/bonfires', bonfireController.returnNextBonfire);
app.get('/courseware', bonfireController.courseware);
app.get('/bonfire-json-generator', bonfireController.returnGenerator);
app.post('/bonfire-json-generator', bonfireController.generateChallenge);
app.get('/bonfire-challenge-generator', bonfireController.publicGenerator);