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

This commit is contained in:
2026-03-09 15:38:49 -06:00
parent 1da9432502
commit 876602fb4a
4 changed files with 20 additions and 13 deletions

View File

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