Skip to content

Commit

Permalink
Fikset porttabbe
Browse files Browse the repository at this point in the history
  • Loading branch information
eilifjohansen committed Jun 19, 2024
1 parent 8b4416f commit d6a9178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,6 @@ app.get("/isAlive", (req, res) => res.sendStatus(200));
app.get("/isReady", (req, res) => res.sendStatus(200));
app.get("/", (req, res) => res.sendStatus(200));

app.listen(8081, function () {
app.listen(8080, function () {
console.log("Express Started");
});

0 comments on commit d6a9178

Please sign in to comment.