aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-08-13 18:27:19 +0100
committerGitHub <noreply@github.com>2020-08-13 18:27:19 +0100
commitc1f4faf308169d4008259772d04ce25444996f1e (patch)
tree7a292e8c6a91e9abcccf3f86306a8a551188ea56 /cmd
parent20c8f252a7930e07a113e24acc59964e5e19e708 (diff)
Fix Docker builds, polylith components (#1269)
Diffstat (limited to 'cmd')
-rw-r--r--cmd/dendrite-sync-api-server/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dendrite-sync-api-server/main.go b/cmd/dendrite-sync-api-server/main.go
index ec53af6e..8a73cd37 100644
--- a/cmd/dendrite-sync-api-server/main.go
+++ b/cmd/dendrite-sync-api-server/main.go
@@ -37,7 +37,7 @@ func main() {
base.SetupAndServeHTTP(
base.Cfg.SyncAPI.InternalAPI.Listen,
- setup.NoExternalListener,
+ base.Cfg.SyncAPI.ExternalAPI.Listen,
nil, nil,
)
}