From e63a60dfc4ba8300eb06ff8baf9b6fb3fcc3b826 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 20 Aug 2024 14:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= 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 c1b8d23..0a301af 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 || '3020'); +var port = normalizePort(process.env.PORT || '3002'); // app.set('port', port); /**