page loads now

This commit is contained in:
Michael Q Larson
2014-11-06 15:26:38 -08:00
parent d21e83eced
commit 1a4ee74e8f
4 changed files with 61 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ var secrets = require('../config/secrets');
var challengeSchema = new mongoose.Schema({
name: { type: String, unique: true },
link: String,
time: String,
challengeNumber: Number,
video: String,