You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, It is running handler2 handler on /api/:user. But, this case isn't developer-friendly.
If echo engine warn or error above case, developer can notice unexpected behavior like this.
I can not comment if it was intended but last N years you have been able to overwrite routes with new handlers. This is what is happening. It is a "feature" of Echo :)
Issue Description
Different handlers can be executed for the same end point without problems.
example:
Actually, It is running
handler2
handler on/api/:user
. But, this case isn't developer-friendly.If echo engine warn or error above case, developer can notice unexpected behavior like this.
same #1726 ?
Checklist
Version/commit
echo: v4.7.2
The text was updated successfully, but these errors were encountered: