100xdevs-cohort-2 / assignments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week 3 - Bugs in Routes for Mongo Assignment

leoAshu opened this issue · comments

Bugs

  • app not defined in routes/admin.js and routes/user.js
  • router unused in routes/admin.js and routes/user.js
  • router export missing from routes/user.js

Created a PR #460 for the issue.

Fixes

  • removes unnecessary app usage from both routes
  • uses defined router in both the routes instead of app
  • exports router from routes/user.js

This issue was fixed by a separate PR.