This commit is contained in:
2024-12-19 22:23:10 -05:00
parent 9a144bab4d
commit bb03654d5f
8 changed files with 12 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
use std::sync::Arc;
use axum::extract::{Path, State};
use axum::extract::State;
use axum::middleware::from_extractor;
use axum::{Extension, Json, Router};
use axum::routing::post;