hack4impact-calpoly / youth-arts

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

modify opportunity route names to follow naming conventions #152

Closed ryanhu021 closed 1 year ago

ryanhu021 commented 1 year ago

Change opportunity route names to follow route naming conventions. In opportunity.js, we have routes that should be grouped together, rather than having separate names. For example, all opportunity related routes should begin with /api/opportunity, 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!