Building out new challenge framework to allow controller to determine view type for challenge
This commit is contained in:
@@ -15,8 +15,7 @@ var bonfireSchema = new mongoose.Schema({
|
||||
difficulty: String,
|
||||
description: Array,
|
||||
tests: Array,
|
||||
challengeSeed: String,
|
||||
challengeEntryPoint: String,
|
||||
challengeSeed: String
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('Bonfire', bonfireSchema);
|
||||
|
Reference in New Issue
Block a user