Replies: 1 comment
|
The reason So if you have: app.get('/foo', handler1, handler2) // route A
app.get('/foo', handler3) // route BCalling But with chaining like The fix is to define them as separate |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Saw this is express docs. Would like to know why it can't work with chained routes?
All reactions