Shoulder.dev Logo Shoulder.dev

What are the routes in this codebase? - benhall/express-demo

What are the routes in this codebase?

The codebase defines two routes:

  • /: This route is handled by the indexRouter which is defined in routes/index.js. [source: app.js]
  • /users: This route is handled by the usersRouter which is defined in routes/users.js. [source: app.js]