This commit is contained in:
root
2025-09-24 10:03:09 +00:00
parent 2accfef465
commit 16a932ec90
7 changed files with 2 additions and 250 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ dotenv.config();
const app = express();
app.use(express.json());
const PORT = process.env.PORT || 4000;
const PORT = 4000;
// HTTPS Agent für Self-Signed-Zertifikate
const agent = new https.Agent({ rejectUnauthorized: false });