express-resource icon indicating copy to clipboard operation
express-resource copied to clipboard

To handle urls not matched default patterns, new actions are added: default, default_get

Open abelozerov opened this issue 10 years ago • 0 comments

If you use "default" or "default_get" actions in your controllers, you need to add third "next" parameter to all other actions, example: index: function(req, res, next) { ... }, otherwise all requests will come to default stuff

abelozerov avatar Apr 12 '14 11:04 abelozerov