Replies: 1 comment 3 replies
-
That's because addHandler has no types associated with it. The .post function provides types to it. It is recommended to keep handler all together, a lot of people got used to ruby on rails splitting them up. However, if you do want to split them there is an experimental way to do that right now which you can see the documentation about here |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a route:
This works and has the correct typing but:
does not work:
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions