Skip to content

Commit 5067608

Browse files
committed
[C] Duplicate healthcheck endpoint to api namespace
Allows it to be available to API instances proxied behind /api
1 parent bc06faf commit 5067608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
end
2121

2222
get "up" => "health#show", as: :health_check
23+
get "api/up" => "health#show", as: :health_check
2324

2425
get "auth/:provider/callback", to: "oauth#authorize"
2526

0 commit comments

Comments
 (0)