Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

How to get all original paths of registered routes #67

Closed
ChitaGideon opened this issue Mar 29, 2015 · 1 comment
Closed

How to get all original paths of registered routes #67

ChitaGideon opened this issue Mar 29, 2015 · 1 comment

Comments

@ChitaGideon
Copy link

i have executed

route.get('/', function (...) { ... });
route.get('/foo/:id', function (...) { ... });
route.post('/foo/:id', function (...) { ... });'

in series dictionary
how to show all path, in my project

@ChitaGideon
Copy link
Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant