LINXD-2222-debugging-for-i-os #7

Merged
sergiu merged 36 commits from LINXD-2222-debugging-for-i-os into master 2022-09-20 23:16:17 +00:00
Showing only changes of commit 72ee3e43ab - Show all commits

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!');
}