Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy authored Dec 1, 2023
1 parent 7bef352 commit 7dc9915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ app.get('/', async function (req, res) {
});

// server setup
const appPort = '3100';
const appPort = '3400';
app.listen(appPort, function (err) {
if (err)
throw err;
Expand Down

0 comments on commit 7dc9915

Please sign in to comment.