LINXD-2222: Update

This commit is contained in:
Sergiu Toma 2022-09-19 17:42:16 +03:00
parent 40c03592df
commit c4f4be0aa8
1 changed files with 0 additions and 1 deletions

1
app.js
View File

@ -6,7 +6,6 @@ require('dotenv').config()
const app = require('express')();
const https = require('https');
const path = require('node:path');
const __dirname = path.resolve()
let https;
try {
https = require('node:https');