From c1f4faf308169d4008259772d04ce25444996f1e Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 13 Aug 2020 18:27:19 +0100 Subject: Fix Docker builds, polylith components (#1269) --- cmd/dendrite-sync-api-server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') 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, ) } -- cgit v1.2.3