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.
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.