Fix build warnings (#3)

Reviewed-on: #3
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
This commit is contained in:
phoenix
2025-03-29 22:35:57 +00:00
committed by phoenix
parent c164b3e00e
commit f2005de668
3 changed files with 52 additions and 9 deletions
+6 -4
View File
@@ -1,9 +1,11 @@
use axum::{
Json, Router,
http::StatusCode,
routing::{get, post},
// Json,
Router,
// http::StatusCode,
routing::get,
// routing::{get, post},
};
use serde::{Deserialize, Serialize};
// use serde::{Deserialize, Serialize};
#[tokio::main]
async fn main() {