hack4impact-calpoly / youth-arts

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

remove auth/donation related logic from server.js and remove redundant code #158

Open ryanhu021 opened 1 year ago

ryanhu021 commented 1 year ago

Since the auth and donation 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 the auth file that we can remove and instead reference the one in server.js.