Incremental steps towards building the bonfire challenge views

This commit is contained in:
Nathan Leniz
2015-01-22 11:59:55 -05:00
parent 99dcbd16e5
commit 094b937148
7 changed files with 45 additions and 6 deletions

View File

@@ -64,6 +64,7 @@ exports.returnBonfire = function(req, res, next) {
publicTests: c[bonfireNumber].publicTests,
privateTests: c[bonfireNumber].privateTests,
challengeSeed: c[bonfireNumber].challengeSeed,
challengeEntryPoint: c[bonfireNumber].challengeEntryPoint,
cc: req.user ? req.user.bonfiresHash : undefined,
points: req.user ? req.user.points : undefined,