Create helper methods in resources. Get map view working.
This commit is contained in:
@ -253,6 +253,10 @@ exports.returnIndividualChallenge = function(req, res, next) {
|
||||
challengeId: challenge._id,
|
||||
challengeType: challenge.challengeType
|
||||
});
|
||||
},
|
||||
|
||||
5: function() {
|
||||
// bonfire
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user