From 0978274ac12d8ec28c3cf32e34c3d4e127d8910f Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 21 Nov 2023 13:05:16 +0000 Subject: [PATCH] fix the fix --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 4604e65..8ff1c90 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ // Listen on a specific host via the HOST environment variable var host = process.env.HOST || "0.0.0.0"; // Listen on a specific port via the PORT environment variable -var port = process.env.PORT || 8080; +var port = process.env.PORT || 3000; var cors_proxy = require("cors-anywhere"); cors_proxy