How to handle non-existing routes #2571
JustJordanT
started this conversation in
General
Replies: 1 comment
-
You could start by copying Echo default handler code and start adding your own types there. Default implementation is here Line 419 in 60fc2fb |
Beta Was this translation helpful? Give feedback.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a custom middleware for errors, how would I go about handling this. The following works fine for 404 for things like User not found and things like that but for routes that do not exist I am having trouble, with my I am just not using this the best way. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions