Gabe Zimbric

Results 1 issues of Gabe Zimbric

On line 51 of `server.js`, `ROUTERS.WUP.use('/', ROUTES.WUP.main);` results in all GET requests to the server responding with HTTP error 404. I was able to fix this using: `app.use('/', ROUTES.WUP.main);` I'm...