generator now publishes directly to a view where you can interact with your new bonfire
This commit is contained in:
@@ -12,14 +12,12 @@ var bonfireSchema = new mongoose.Schema({
|
||||
type: String,
|
||||
unique: true
|
||||
},
|
||||
difficulty: Number,
|
||||
difficulty: String,
|
||||
description: Array,
|
||||
tests: Array,
|
||||
challengeSeed: String,
|
||||
bonfireNumber: Number,
|
||||
challengeEntryPoint: String,
|
||||
challengeEntryPointNegate: String
|
||||
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('Bonfire', bonfireSchema);
|
||||
|
Reference in New Issue
Block a user