fix: resolve Axum 0.8 panic by removing root nesting and using fallback_service

This commit is contained in:
2026-02-26 15:19:38 -05:00
parent 99304b681c
commit f0435e4575
2 changed files with 0 additions and 6 deletions

View File

@@ -55,7 +55,6 @@ pub fn router(state: AppState) -> Router {
Router::new()
// Static file serving
.nest_service("/", tower_http::services::ServeDir::new("static"))
.fallback_service(tower_http::services::ServeDir::new("static"))
// WebSocket endpoint