Files
windmill/backend/windmill-api/src
centdix 98934d59c5 fix: use route_service instead of fallback_service for MCP router (#8614)
fallback_service on a router with no explicit routes is invisible to
axum's nest() — requests never reach the nested fallback, resulting in
404s. route_service("/", service) registers an actual route so nest()
forwards correctly.

Also reverts layer back to route_layer for the ApiAuthed extractor
since there is now a real route to match against.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 11:54:07 +00:00
..
2026-03-27 09:55:04 +00:00
2025-06-02 22:12:33 +02:00
2026-03-27 09:55:04 +00:00
2026-03-27 09:55:04 +00:00
2025-06-02 22:12:33 +02:00
2024-04-04 04:16:53 +02:00
2026-02-11 06:44:10 +00:00
2025-06-02 22:12:33 +02:00
2025-09-04 22:05:22 +00:00
2025-06-02 22:12:33 +02:00
2025-06-02 22:12:33 +02:00
2025-06-02 22:12:33 +02:00
nit
2025-09-11 21:57:56 +00:00