Code formatting

This commit is contained in:
2025-03-29 17:31:35 -04:00
parent 568e23228e
commit a455c3ef1d

View File

@@ -1,8 +1,8 @@
use axum::{ use axum::{
// Json, // Json,
Router, Router,
// http::StatusCode, // http::StatusCode,
routing::{get}, routing::get,
// routing::{get, post}, // routing::{get, post},
}; };
// use serde::{Deserialize, Serialize}; // use serde::{Deserialize, Serialize};