Fix: ruta WS de :param a {param} (Axum 0.8 syntax)
Build & Deploy NutriApp / build-and-deploy (push) Failing after 10m7s
Build & Deploy NutriApp / build-and-deploy (push) Failing after 10m7s
This commit is contained in:
@@ -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ú
|
||||
|
||||
Reference in New Issue
Block a user