tenants icon indicating copy to clipboard operation
tenants copied to clipboard

Pseudocode for route/controller

Open romeboards opened this issue 7 years ago • 4 comments

  1. Create a route for a POST request to /api/advocates/referrals/sms in app/routes/advocates.server.routes.js
  2. Create a scaffold for the controller in app/controllers/advocates/advocates.referrals.server.controller.js
  3. Link the controller to the route. Use other routes as an example!

romeboards avatar Mar 29 '17 22:03 romeboards