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

This commit is contained in:
2026-03-09 15:37:23 -06:00
parent 027e0f5b63
commit 1da9432502
3 changed files with 2 additions and 39 deletions

View File

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