hc
$get will be found, but $post won't be found 404
#2147
Unanswered
PorcoRosso85
asked this question in
Q&A
Replies: 1 comment
-
I had a problem like this. What happened is that I had a route with params that was declared sooner than the post route. It's be cool if Hono tried to match against parameterized routes last. |
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.
-
Forgive me if this question is too basic one and already solved
But I'm wandering this issue.
Why $post method with
hc
is not found of this project./src/index.test.ts
despite that $get method will be success?This is mostly same as document
I've propared the env. codesandbox
Beta Was this translation helpful? Give feedback.
All reactions