Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonSeong-Lee authored Sep 26, 2021
1 parent 7ded585 commit af94314
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ if (process.env.NODE_ENV === "production") {
});
}

app.get("/", (req, res) => {
res.send("hello");
});

//aws load balabcer health checker
app.get("/healthCheck", function (req, res) {
res.writeHead(200, { "Content-Type": "text/html" });
res.write("Health Check Page");
res.end();
});

const PORT = process.env.PORT || 443;

Expand Down

0 comments on commit af94314

Please sign in to comment.