From 0b5fa3eec28948ddb47e19b1a84f5fdcb64d0782 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sun, 9 Jul 2023 16:27:45 -0300 Subject: [PATCH] fix(all): Minor changes in PROD. --- src/app.ts | 2 ++ 1 file changed, 2 insertions(+) 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) {