diff --git a/src/routes.rs b/src/routes.rs index 4a5284c..afd6945 100644 --- a/src/routes.rs +++ b/src/routes.rs @@ -2,7 +2,7 @@ use axum::{ Router, routing::{get, post}, extract::{State, Path, Query, Form}, - response::{Html, Redirect, IntoResponse, Response}, + response::{Html, Redirect, IntoResponse}, http::{StatusCode, HeaderMap}, Json, };