Replies: 1 comment
-
The |
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
-
I have code rest endpoint which takes JSON as argument
with field birth date and custom validator
Validator is simple(and useless), but not works - there is no SSSSS in output
When I change
crate::commons::rocket_validators::date_validator
to invalid path, I have compilation error, so I'm sure that this points to correct function, but still I don't know why this not worksBeta Was this translation helpful? Give feedback.
All reactions