LINXD-2222: Update

This commit is contained in:
Sergiu Toma 2022-09-19 18:12:37 +03:00
parent 72ee3e43ab
commit 0ec5769ee0
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -10,7 +10,7 @@ const path = require('node:path');
const fs = require('node:fs');
let https;
try {
https = require('node:http');
https = require('node:https');
} catch (err) {
console.log('https support is disabled!');
}