list_express_routers
List Express sub-routers, their mounting paths, global middleware order, and error handlers in a project to analyze routing structure.
Instructions
Express sub-routers (express.Router()) and their mounting (app.use), global middleware order and error-handlers (4 args).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |