visionmedia / express-resource

Resourceful routing for Express
1.41k stars 140 forks source link

Question: A way to nest resources? #83

Closed diosney closed 10 years ago

diosney commented 10 years ago

How can I nest resources in order to have URL schemas like:

/post/{post_id}/comments /post/{post_id}/comments/{comment_id}

/post/1/comments /post/1/comments/54

diosney commented 10 years ago

A really dummy question.

Found directly in the docs.