Healthcheck endpoints (#2303)

* Health monitoring endpoints

* Rename endpoints
This commit is contained in:
Neil Alexander 2022-03-25 13:25:15 +00:00 committed by GitHub
parent 28642683fc
commit f25afa1e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 2 deletions

View file

@ -21,4 +21,6 @@ const (
PublicMediaPathPrefix = "/_matrix/media/"
PublicWellKnownPrefix = "/.well-known/matrix/"
InternalPathPrefix = "/api/"
DendriteAdminPathPrefix = "/_dendrite/"
SynapseAdminPathPrefix = "/_synapse/"
)