Links from database are being passed to the view. TODO create links
This commit is contained in:
@@ -15,7 +15,8 @@ var bonfireSchema = new mongoose.Schema({
|
||||
difficulty: String,
|
||||
description: Array,
|
||||
tests: Array,
|
||||
challengeSeed: String
|
||||
challengeSeed: String,
|
||||
MDNlinks: [String]
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('Bonfire', bonfireSchema);
|
||||
|
Reference in New Issue
Block a user