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::{
Json, Router,
http::StatusCode,
routing::{get, post},
// Json,
Router,
// http::StatusCode,
// routing::{get, post},
routing::get,
};
use serde::{Deserialize, Serialize};
// use serde::{Deserialize, Serialize};
#[tokio::main]
async fn main() {