This commit is contained in:
2026-08-29 14:05:43 +02:00
parent 5e97e9c223
commit 88ad3c389f
15 changed files with 423 additions and 109 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
use super::handlers;
use crate::core::state::AppState;
use axum::{routing::{get, post}, Router};
use axum::{
Router,
routing::{get, post},
};
pub fn router() -> Router<AppState> {
Router::new()