LINXD-2222: Update

This commit is contained in:
Sergiu Toma 2022-09-19 18:10:34 +03:00
parent f20c7fada8
commit 72ee3e43ab

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:https');
https = require('node:http');
} catch (err) {
console.log('https support is disabled!');
}