aboutsummaryrefslogtreecommitdiff
path: root/cmd/dendrite-demo-libp2p
diff options
context:
space:
mode:
authorRyan W <twentybitdev@gmail.com>2021-09-10 10:05:31 +0100
committerGitHub <noreply@github.com>2021-09-10 10:05:31 +0100
commit1cd4d50181585d664ca7337e3f48ea00a1b1f5c6 (patch)
tree516d497bb181eb03388e692ea4407747e93f12bf /cmd/dendrite-demo-libp2p
parenta624eab309ee6ee7b3540dfba884a42c9a4f4ad9 (diff)
Added .well-known/matrix/server endpoint (#1988)
* Added .well-known/matrix/server endpoint Signed-off-by: Ryan Whittington <twentybitdev@gmail.com> * Replaced tabs with spaces Signed-off-by: Ryan Whittington <twentybitdev@gmail.com>
Diffstat (limited to 'cmd/dendrite-demo-libp2p')
-rw-r--r--cmd/dendrite-demo-libp2p/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/dendrite-demo-libp2p/main.go b/cmd/dendrite-demo-libp2p/main.go
index 4caa617f..7606e418 100644
--- a/cmd/dendrite-demo-libp2p/main.go
+++ b/cmd/dendrite-demo-libp2p/main.go
@@ -198,6 +198,7 @@ func main() {
base.Base.PublicClientAPIMux,
base.Base.PublicFederationAPIMux,
base.Base.PublicKeyAPIMux,
+ base.Base.PublicWellKnownAPIMux,
base.Base.PublicMediaAPIMux,
base.Base.SynapseAdminMux,
)