Deprecated route handler #6465
MasterProvider
started this conversation in
General
Replies: 2 comments 3 replies
-
To make this path work in Express 5.x change This is described in:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I have a similar issue: I want to migrate As I understand, it should be But the
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Deprecated error for
app.all('*', (req, res) => nextHandler(req, res));
after I upgrade from v4 to express 5
Snippet
Beta Was this translation helpful? Give feedback.
All reactions