healthckeck improvements
All checks were successful
CI/CD Pipeline / build (push) Successful in 31s

This commit is contained in:
2026-03-09 15:20:50 -06:00
parent 08f5aedb58
commit 76c4098a19
5 changed files with 22 additions and 14 deletions

View File

@@ -14,6 +14,12 @@ defmodule ElixirAiWeb.Router do
plug :accepts, ["json"]
end
scope "/", ElixirAiWeb do
pipe_through :api
get "/health", HealthController, :index
end
scope "/", ElixirAiWeb do
pipe_through :browser