Skip to content

Commit 5b9468c

Browse files
committed
feat: initialize Axum backend with core modules, routing, middleware, and security configurations.
1 parent f3c340d commit 5b9468c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ use axum::http::{
1919
HeaderName, HeaderValue, Method,
2020
};
2121
use axum::{
22-
extract::Request,
23-
middleware::{self, Next},
22+
extract::{DefaultBodyLimit, Request},
23+
middleware::{self, from_extractor, from_fn, Next},
2424
response::Response,
2525
routing::{delete, get, post, put},
2626
Router,

0 commit comments

Comments
 (0)