1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

config: allow serving the admin API routes

This commit is contained in:
Quentin Gliech
2024-07-24 15:43:37 +02:00
parent f4f61f0d51
commit 76755610cb
3 changed files with 22 additions and 0 deletions

View File

@ -312,6 +312,9 @@ pub enum Resource {
path: Utf8PathBuf,
},
/// Admin API, served at `/api/admin/v1`
AdminApi,
/// Mount a "/connection-info" handler which helps debugging informations on
/// the upstream connection
#[serde(rename = "connection-info")]