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 811d368e97 - Show all commits
+2 -2
View File
@@ -1,7 +1,7 @@
use axum::{
routing::{get, post},
http::StatusCode,
Json, Router,
http::StatusCode,
routing::{get, post},
};
use serde::{Deserialize, Serialize};