module.exports = { perform: function(a,b) { perform(a,b); } } var perform = function(req,res) { res.send("Attempted to create society"); }