start adding Courseware controllers, routes etc.
This commit is contained in:
@@ -17,7 +17,6 @@ var bonfireSchema = new mongoose.Schema({
|
||||
tests: Array,
|
||||
challengeSeed: String,
|
||||
challengeEntryPoint: String,
|
||||
challengeEntryPointNegate: String
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('Bonfire', bonfireSchema);
|
||||
|
Reference in New Issue
Block a user