This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user