-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add an axum-extractor - Improve some code comments - Have Api `Err` responses return `(StatusCode, axum::Json<Value>)` - Move Utility code for routes - Remove the `json_error()` response-builder, as it wasn't that usefull - Add `clippy::unwrap_used` to clippy denies
- Loading branch information
1 parent
7e0504b
commit 92af177
Showing
15 changed files
with
747 additions
and
392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.