diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-03-25 13:25:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 13:25:15 +0000 |
commit | f25afa1e197d8f91f12872687c2be748d955bdf1 (patch) | |
tree | ca44df50f2df0d1f17c6f115c74aa38b695f3588 /internal | |
parent | 28642683fcc0e36ff7d955db3cdc46b1d65a248b (diff) |
Healthcheck endpoints (#2303)
* Health monitoring endpoints
* Rename endpoints
Diffstat (limited to 'internal')
-rw-r--r-- | internal/httputil/paths.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/httputil/paths.go b/internal/httputil/paths.go index a1009fc2..12cf59eb 100644 --- a/internal/httputil/paths.go +++ b/internal/httputil/paths.go @@ -21,4 +21,6 @@ const ( PublicMediaPathPrefix = "/_matrix/media/" PublicWellKnownPrefix = "/.well-known/matrix/" InternalPathPrefix = "/api/" + DendriteAdminPathPrefix = "/_dendrite/" + SynapseAdminPathPrefix = "/_synapse/" ) |