diff --git a/app.js b/app.js index 34c7a9f..c2e297c 100644 --- a/app.js +++ b/app.js @@ -6,7 +6,6 @@ require('dotenv').config() const app = require('express')(); const https = require('https'); const path = require('node:path'); -const __dirname = path.resolve() let https; try { https = require('node:https');