Replies: 2 comments
-
Hi @yjl9903. yes it is supposed to do this! Can you please share your repository or create a minimal reproduction for the error? 🙏🏼 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Reproduction repo is here. Maybe the reason is that I use the If I change them to |
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
-
Hello!
I see the example here using
test.post.ts
andtest.get.ts
.Does this means that
test.post.ts
will automatically handle the POST request to/test
andtest.get.ts
will handle the GET request. There is nothing about it at the docs.However, I tried it and
test.post.ts
still handle the GET request, and I must check the method name first.Beta Was this translation helpful? Give feedback.
All reactions