Skip to content

Commit

Permalink
remove old log
Browse files Browse the repository at this point in the history
  • Loading branch information
calebtuttle committed Jan 25, 2024
1 parent 91fc3d3 commit d36a784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ app.get("/", (req, res) => {
});

app.get("/aws-health", (req, res) => {
console.log(`${new Date().toISOString()} GET /aws-health`);
return res.status(200).json({ healthy: true });
});

Expand Down

0 comments on commit d36a784

Please sign in to comment.