aboutsummaryrefslogtreecommitdiff
path: root/internal/httputil/paths.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/httputil/paths.go')
-rw-r--r--internal/httputil/paths.go2
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/"
)