Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fallback handler to axum Router (#258)
By default the fallback handler now logs the path that could not be found. This can be vital for debugging, as otherwise there is no feedback on the server if a method is called that isn't registered. Signed-off-by: Leon Matthes <[email protected]>
- Loading branch information