Skip to content

Commit

Permalink
remove bad health check
Browse files Browse the repository at this point in the history
  • Loading branch information
pluckyswan committed Oct 23, 2024
1 parent 0658732 commit 321e517
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public static void main(String[] args) {
try {
app.get(HEALTH_API_ENDPOINT, ctx -> ctx.result("Operational"));
app.get(ROOT_API_ENDPOINT, ctx -> ctx.result("Operational"));
app.get("/badhealthnews", ctx -> ctx.result("Broken").status(500));


registerClasses();
Expand Down

0 comments on commit 321e517

Please sign in to comment.