From 83e12dea94b9d2f08f5e88285bb785810bf3c279 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 9 Sep 2024 10:47:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=AB=AF=E5=8F=A3=206001?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/bin/www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/bin/www b/server/bin/www index 0a301af..e2147cd 100644 --- a/server/bin/www +++ b/server/bin/www @@ -11,7 +11,7 @@ var http = require('http'); * Get port from environment and store in Express. */ -var port = normalizePort(process.env.PORT || '3002'); +var port = normalizePort(process.env.PORT || '6001'); // app.set('port', port); /**