-
Notifications
You must be signed in to change notification settings - Fork 1
Add support for sample data files #1
Copy link
Copy link
Open
Description
it should generate this sort of thing if you have sample files in a certain place with a certain name.
module.exports.getInterventionsFromInstantSession = function(req, params, callback) {
var response = JSON.parse(require('fs.extra').readFileSync(__dirname+'/../../public/sampledata /instant/interventions.json', {encoding: 'utf8'}));
return callback(null, response);
};
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels