mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 13:22:46 +00:00
Healthcheck endpoints (#2303)
* Health monitoring endpoints * Rename endpoints
This commit is contained in:
parent
28642683fc
commit
f25afa1e19
2 changed files with 18 additions and 2 deletions
|
@ -21,4 +21,6 @@ const (
|
|||
PublicMediaPathPrefix = "/_matrix/media/"
|
||||
PublicWellKnownPrefix = "/.well-known/matrix/"
|
||||
InternalPathPrefix = "/api/"
|
||||
DendriteAdminPathPrefix = "/_dendrite/"
|
||||
SynapseAdminPathPrefix = "/_synapse/"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue