fix: fix health check
This commit is contained in:
parent
08c08a402c
commit
a28484d0e0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
Rails.application.routes.draw do
|
||||
root "page#index"
|
||||
get "/up" => "rails/health#show", as: :rails_health_check
|
||||
|
||||
post "/new", to: "instance#create", as: :new_instance
|
||||
post "/pop", to: "instance#pop", as: :pop_in_instance
|
||||
|
@ -10,5 +11,4 @@ Rails.application.routes.draw do
|
|||
post "/fairy/despawn", to: "fairy#despawn", as: :despawn_fairy
|
||||
get "/:public_id", to: "instance#show", as: :show_instance
|
||||
|
||||
get "up" => "rails/health#show", as: :rails_health_check
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue