visionmedia / express-resource

Resourceful routing for Express
1.41k stars 140 forks source link

Singular Routes ? #76

Closed daslicht closed 11 years ago

daslicht commented 11 years ago

Hello, is there a way to disable automatic pluralisation:

default: http://localhost:3000/forums/1/3/9

I would prefer: http://localhost:3000/contact

and not: http://localhost:3000/contacts

Is that possible without hacking express-resource ?

~Marc

daslicht commented 11 years ago

easy:

app.resource('forum', require('./forum'));