Public API for a society manager application

api-route.js 153B

123456789101112
  1. // var require = require("modulehere");
  2. module.exports = {
  3. perform: function (a,b) {
  4. perform(a,b);
  5. }
  6. }
  7. var perform = function (req, res) {
  8. };