From fd005351b541b5d926b1b9ed20a4aea7246d863b Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Mon, 19 Sep 2022 17:43:39 +0300 Subject: [PATCH] LINXD-2222: Update --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index 5be10ba..77c07ae 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,8 @@ */ require('dotenv').config() -const app = require('express')(); +const express = require('express'); +const app = express(); const path = require('node:path'); let https; try {