Skip to content

Commit

Permalink
Update dla_public.js
Browse files Browse the repository at this point in the history
new default port for dev
  • Loading branch information
cubap committed May 3, 2024
1 parent c97f569 commit 0cee73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dla_public.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

/**
Expand Down

0 comments on commit 0cee73d

Please sign in to comment.