From d5798ce19bed4330e7be1b242059b0c57af14c4b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=92=8B=E5=B0=8F=E9=99=8C?= <xiaomo.drip@gmail.com>
Date: Fri, 30 Aug 2024 09:56:11 +0800
Subject: [PATCH] 1111

---
 index.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.js b/index.js
index e92106d..c2c1f50 100644
--- a/index.js
+++ b/index.js
@@ -7,8 +7,8 @@ const apiEndpoint = process.env.url || 'https://oss.x-php.com/alist/link';
 const requestTimeout = 10000; // 10 seconds
 const cache = {};
 
-// Get port from environment variable or default to 3000
-const PORT = process.env.PORT || 3000;
+// Get port from environment variable or default to 9001
+const PORT = process.env.PORT || 9001;
 
 const server = http.createServer((req, res) => {
     if (req.url === '/favicon.ico') {