hack4impact-calpoly / youth-arts

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

remove volunteer/opportunity related logic from server.js and remove redundant code #151

Closed ryanhu021 closed 1 year ago

ryanhu021 commented 1 year ago

Since the volunteer and opportunity routes have been moved into their own files, we can now remove the duplicate code from server.js and instead import separate routers. There is also a redundant transport object in both of the new files that we can remove and instead reference the one in server.js.