This commit is contained in:
2026-08-16 13:00:29 +02:00
parent e6d6968e52
commit 7fc8edd1d0
71 changed files with 2359 additions and 448 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use super::handlers;
use crate::core::state::AppState;
use axum::{routing::get, Router};
use axum::{Router, routing::get};
pub fn router() -> Router<AppState> {
Router::new()