diff --git a/src/app.ts b/src/app.ts index 947cd52a..b241ec33 100644 --- a/src/app.ts +++ b/src/app.ts @@ -287,6 +287,8 @@ export class GBServer { } next(); }); + const httpDefaultPort = 80; + httpServer.listen(httpDefaultPort); if (process.env.CERTIFICATE_PFX) {