1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Add a 404 HTMl fallback

This commit is contained in:
Quentin Gliech
2023-08-09 13:55:35 +02:00
parent bbd0956f2d
commit 3e6ea9a158
6 changed files with 116 additions and 6 deletions

View File

@ -235,6 +235,8 @@ where
}
}
router = router.fallback(mas_handlers::fallback);
router
.layer(
InFlightCounterLayer::new("http.server.active_requests").on_request((