This commit is contained in:
WardPearce
2025-01-27 20:09:57 +13:00
parent 3b9789eeaa
commit 38869c6577
+1 -1
View File
@@ -2,7 +2,7 @@ const http = require('http');
const https = require('https');
const HOST = 'localhost';
const PORT = 8888;
const PORT = 3000;
const MAX_REDIRECTS = 5;
function setCorsHeaders(res) {