hack4impact-calpoly / youth-arts

Hack4Impact Cal Poly nonprofit project for Paso Robles Youth Arts Center
6 stars 2 forks source link

modify volunteer/auth/donation route names to follow naming conventions #153

Open ryanhu021 opened 1 year ago

ryanhu021 commented 1 year ago

Change volunteer, auth, and donation route names to follow route naming conventions. In volunteer.js, we have routes that should be grouped together, rather than having separate names. For example, all volunteer related routes should begin with /api/volunteer, followed by its specific sub-collection. Any requests in the frontend should also be updated to reflect this new convention.

Make sure you test these routes!