Hi, Is there a way to dump list of all registered routes and methods? Thanks ```js POST /api/v1/users GET /api/v2/comments/:id DELETE /api/v2/comments/:id ... ```
Hi,
Is there a way to dump list of all registered routes and methods?
Thanks