You've already forked authentication-service
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:
@ -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")]
|
||||
|
Reference in New Issue
Block a user