Skip to content

Commit

Permalink
Oppdaterte pakker
Browse files Browse the repository at this point in the history
  • Loading branch information
eilifjohansen committed Jun 19, 2024
1 parent 28a3c68 commit 8b4416f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
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(8080, function () {
app.listen(8081, function () {
console.log("Express Started");
});
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"express": "^4.19.2"
},
"devDependencies": {
"nodemon": "^3.1.0"
"nodemon": "^3.1.3"
}
}

0 comments on commit 8b4416f

Please sign in to comment.