Fix: ruta WS de :param a {param} (Axum 0.8 syntax)
Build & Deploy NutriApp / build-and-deploy (push) Failing after 10m7s

This commit is contained in:
2026-06-27 14:33:42 +01:00
parent 0238518822
commit 0af7f1724f
3 changed files with 47 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ use axum::{Router, routing::get};
pub fn ws_routes() -> Router<crate::AppState> {
Router::new()
.route("/familia/:familia_id", get(ws_familia_handler))
.route("/familia/{familia_id}", get(ws_familia_handler))
}
// WebSocket colaborativo para edición en tiempo real del menú