Added new tumblr token field

This commit is contained in:
Sahat Yalkabov
2013-12-07 00:29:57 -05:00
parent 6751de2c26
commit f60960be79

View File

@ -30,7 +30,8 @@ var userSchema = new mongoose.Schema({
facebook: String,
foursquare: String,
twitter: String,
github: String
github: String,
tumblr: String
}
});