LINXD-2222: Update

This commit is contained in:
Sergiu Toma 2022-09-19 17:44:45 +03:00
parent fd005351b5
commit 08d6ccbb21
1 changed files with 1 additions and 0 deletions

1
app.js
View File

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