We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c340d commit 5b9468cCopy full SHA for 5b9468c
1 file changed
backend/src/main.rs
@@ -19,8 +19,8 @@ use axum::http::{
19
HeaderName, HeaderValue, Method,
20
};
21
use axum::{
22
- extract::Request,
23
- middleware::{self, Next},
+ extract::{DefaultBodyLimit, Request},
+ middleware::{self, from_extractor, from_fn, Next},
24
response::Response,
25
routing::{delete, get, post, put},
26
Router,
0 commit comments