Fix build warnings #3

Merged
phoenix merged 9 commits from fix_warnings into devel 2025-03-29 22:35:59 +00:00
Showing only changes of commit 568e23228e - Show all commits

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() {