summary refs log tree commit diff
path: root/src/bundle/Server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/bundle/Server.ts')
-rw-r--r--src/bundle/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundle/Server.ts b/src/bundle/Server.ts

index 9cc99369..d7686692 100644 --- a/src/bundle/Server.ts +++ b/src/bundle/Server.ts
@@ -40,7 +40,7 @@ server.on("request", app); const api = new SpacebarServer({ server, port, production, app }); const cdn = new CDNServer({ server, port, production, app }); -const gateway = new GatewayServer({ server, port, production }); +const gateway = new GatewayServer({ server, port, production, app }); const webrtc = new WebrtcServer({ server: undefined, port: wrtcWsPort,