diff options
Diffstat (limited to 'cmd/dendritejs/main.go')
-rw-r--r-- | cmd/dendritejs/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dendritejs/main.go b/cmd/dendritejs/main.go index c1aef44d..4c1b8197 100644 --- a/cmd/dendritejs/main.go +++ b/cmd/dendritejs/main.go @@ -235,7 +235,7 @@ func main() { base.PublicAPIMux, base.InternalAPIMux, cfg, - base.EnableHTTPAPIs, + base.UseHTTPAPIs, ) // Expose the matrix APIs via libp2p-js - for federation traffic |