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
+1 -1
View File
@@ -1,7 +1,7 @@
use super::handlers;
use crate::core::AppState;
use axum::Router;
use axum::routing::get;
use axum::Router;
pub fn router() -> Router<AppState> {
Router::new().route("/gateway", get(handlers::ws_handler))