From 0cee73d5204c203bd3fabd33c10c4668a71b4454 Mon Sep 17 00:00:00 2001 From: Patrick Cuba Date: Fri, 3 May 2024 14:48:37 -0500 Subject: [PATCH] Update dla_public.js new default port for dev --- bin/dla_public.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dla_public.js b/bin/dla_public.js index 198eea1..6628625 100644 --- a/bin/dla_public.js +++ b/bin/dla_public.js @@ -12,7 +12,7 @@ var http = require('http'); * Get port from environment and store in Express. */ -var port = normalizePort(process.env.PORT || '3001'); +var port = normalizePort(process.env.PORT || '3004'); app.set('port', port); /**