start adding challenge routes and controllers

This commit is contained in:
Michael Q Larson
2014-10-18 00:01:26 -07:00
parent d9e68463be
commit 58761e7c2b
4 changed files with 13 additions and 0 deletions

View File

@ -13,6 +13,7 @@ var userSchema = new mongoose.Schema({
google: String,
instagram: String,
tokens: Array,
challenges_completed: Array,
profile: {
name: { type: String, default: '' },