continue work on nonprofit show views
This commit is contained in:
@@ -19,7 +19,9 @@ var nonprofitSchema = new mongoose.Schema({
|
||||
projectDescription: String,
|
||||
logoUrl: String,
|
||||
imageUrl: String,
|
||||
estimatedHours: String
|
||||
estimatedHours: String,
|
||||
interestedCampers: [],
|
||||
confirmedCampers: []
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('Nonprofit', nonprofitSchema);
|
||||
|
Reference in New Issue
Block a user