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