Public Access
fix: remove unused Response import in routes.rs
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ use axum::{
|
|||||||
Router,
|
Router,
|
||||||
routing::{get, post},
|
routing::{get, post},
|
||||||
extract::{State, Path, Query, Form},
|
extract::{State, Path, Query, Form},
|
||||||
response::{Html, Redirect, IntoResponse, Response},
|
response::{Html, Redirect, IntoResponse},
|
||||||
http::{StatusCode, HeaderMap},
|
http::{StatusCode, HeaderMap},
|
||||||
Json,
|
Json,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user