From 61849b0f6135f032c87a77d4fe28b845601e6770 Mon Sep 17 00:00:00 2001 From: Jeff Steward Date: Thu, 23 Apr 2020 12:42:06 -0400 Subject: [PATCH] change port number --- bin/www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/www b/bin/www index 9db7bf6..24b2c18 100644 --- a/bin/www +++ b/bin/www @@ -15,7 +15,7 @@ var http = require('http'); * Get port from environment and store in Express. */ -var port = normalizePort(process.env.PORT || '4000'); +var port = normalizePort(process.env.PORT || '3000'); app.set('port', port); /**