Skip to content

Commit

Permalink
changed banner message text
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergfeld committed Oct 11, 2024
1 parent 086e604 commit 38925f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const client = new Pool({connectionString: dbconnection});

var databaseresults = '';
var port = process.env.PORT || 8080;
var message = process.env.MESSAGE || 'Hello World';
var message = process.env.MESSAGE || 'Hello new World';
var renderPathPrefix = (
process.env.RENDER_PATH_PREFIX ?
'/' + process.env.RENDER_PATH_PREFIX.replace(/^[\\/]+/, '').replace(/[\\/]+$/, '') :
Expand Down

0 comments on commit 38925f1

Please sign in to comment.