Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Artur Pata <[email protected]>
  • Loading branch information
ukutaht and apata authored Feb 10, 2025
1 parent 621a455 commit c7201f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plausible_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ defmodule PlausibleWeb.Router do

post "/event", Api.ExternalController, :event
get "/error", Api.ExternalController, :error
# Remove this once all external checks are migration to new /system/health/* checks
# Remove this once all external checks are migrated to new /system/health/* checks
get "/health", Api.SystemController, :readiness
end

Expand Down

0 comments on commit c7201f9

Please sign in to comment.