From 9560ced6837d4c2e551df22f9f2c06d17b409855 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 9 Oct 2023 18:21:36 -0600 Subject: add health check --- lib/chessh/web/web.ex | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/chessh/web/web.ex b/lib/chessh/web/web.ex index d5e2be5..af70ebb 100644 --- a/lib/chessh/web/web.ex +++ b/lib/chessh/web/web.ex @@ -392,6 +392,12 @@ defmodule Chessh.Web.Endpoint do ) end + get "/health" do + conn + |> put_resp_content_type("text/plain") + |> send_resp(200, "healthy") + end + match _ do send_resp(conn, 404, "Route undefined") end -- cgit v1.2.3-70-g09d2