We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f45eba commit c9793a9Copy full SHA for c9793a9
lib/plausible_web/router.ex
@@ -295,7 +295,7 @@ defmodule PlausibleWeb.Router do
295
post "/event", Api.ExternalController, :event
296
get "/error", Api.ExternalController, :error
297
# Remove this once all external checks are migration to new /system/health/* checks
298
- get "/health", Api.SystemController, :liveness
+ get "/health", Api.SystemController, :readiness
299
end
300
301
scope "/system" do
0 commit comments