diff --git a/app.js b/app.js index 8398600..9f015c9 100644 --- a/app.js +++ b/app.js @@ -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!'); }