first commit with working iframe pulling data from code editor
This commit is contained in:
@@ -8,6 +8,11 @@ var _ = require('lodash'),
|
||||
* Bonfire controller
|
||||
*/
|
||||
|
||||
exports.courseware = function(req, res) {
|
||||
res.render('courseware/show.jade', {
|
||||
});
|
||||
};
|
||||
|
||||
var highestBonfireNumber = resources.numberOfBonfires();
|
||||
|
||||
exports.index = function(req, res) {
|
||||
|
Reference in New Issue
Block a user