Public API for a society manager application

create-society.js 150B

12345678910
  1. module.exports = {
  2. perform: function(a,b) {
  3. perform(a,b);
  4. }
  5. }
  6. var perform = function(req,res) {
  7. res.send("Attempted to create society");
  8. }