Skip to content

Commit

Permalink
fix: return validation errors as json
Browse files Browse the repository at this point in the history
  • Loading branch information
lajp committed Sep 9, 2024
1 parent baf1088 commit d3323b4
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 1 deletion.
151 changes: 151 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ system_fonts = ["dep:fontdb"]
axum = { version = "0.7.4", features = ["macros", "multipart"] }
axum-valid = { version = "0.14.0", features = [
"basic",
"garde",
"full_garde",
"typed_multipart",
], default-features = false }
axum_typed_multipart = "0.11.0"
Expand Down

0 comments on commit d3323b4

Please sign in to comment.