urlrouter icon indicating copy to clipboard operation
urlrouter copied to clipboard

error when passing multiple callbacks

Open coolaj86 opened this issue 10 years ago • 0 comments

app.get('/some/path', arrayOfMiddleware);

yields

TypeError: handle must be function, not object

coolaj86 avatar Mar 02 '15 21:03 coolaj86