V0.2 web api #113

Merged
kdeng00 merged 9 commits from v0.2-web_api into v0.2 2025-03-30 15:00:07 -04:00
Showing only changes of commit 1777aca900 - Show all commits
+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() {