Warning fixes

This commit is contained in:
KD
2025-03-30 14:57:37 -04:00
parent b91faa0f69
commit 1777aca900
+6 -4
View File
@@ -1,9 +1,11 @@
use axum::{ use axum::{
Json, Router, // Json,
http::StatusCode, Router,
routing::{get, post}, // http::StatusCode,
// routing::{get, post},
routing::get,
}; };
use serde::{Deserialize, Serialize}; // use serde::{Deserialize, Serialize};
#[tokio::main] #[tokio::main]
async fn main() { async fn main() {