diff --git a/src/legal/mod.rs b/src/legal/mod.rs index 1329feb0..4b50dabf 100644 --- a/src/legal/mod.rs +++ b/src/legal/mod.rs @@ -4,7 +4,7 @@ pub mod ui; use axum::{ extract::{Path, Query, State}, response::IntoResponse, - routing::{get, post, put}, + routing::{get, post}, Json, Router, }; use chrono::{DateTime, Utc}; diff --git a/src/social/mod.rs b/src/social/mod.rs index dee1eca6..c113e9c7 100644 --- a/src/social/mod.rs +++ b/src/social/mod.rs @@ -3,7 +3,7 @@ pub mod ui; use axum::{ extract::{Form, Path, Query, State}, response::{Html, IntoResponse}, - routing::{delete, get, post, put}, + routing::{delete, get, post}, Json, Router, }; use chrono::{DateTime, Utc};