add courseware controller and routes
This commit is contained in:
@@ -14,8 +14,7 @@ var coursewareSchema = new mongoose.Schema({
|
||||
difficulty: String,
|
||||
description: Array,
|
||||
tests: Array,
|
||||
challengeSeed: String,
|
||||
challengeEntryPoint: String
|
||||
challengeSeed: String
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('Courseware', coursewareSchema);
|
Reference in New Issue
Block a user