HackYourFuture-CPH / FP-annotatetheweb-class10

Final Project for Class10 - Annotatetheweb.com
MIT License
3 stars 0 forks source link

Bugfix: delete requesting modules router in api-router.js #136

Closed laila1222 closed 4 years ago

laila1222 commented 4 years ago

When I run the server, I keep getting an error that modules.router is not found. It was deleted in a previous merge (we are not using modules in this project), however it was not deleted from the api-router file. I will remove these two lines: router.use('/modules', modulesRouter); // const modulesRouter = require('./modules.router'); in order to get rid of the error.