LINXD-2222: Update

This commit is contained in:
Sergiu Toma 2022-09-19 17:43:39 +03:00
parent fc111540d8
commit fd005351b5
1 changed files with 2 additions and 1 deletions

3
app.js
View File

@ -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 {