6 lines
108 B
Ruby
6 lines
108 B
Ruby
Rails.application.routes.draw do
|
|
get "/healthcheck" => "health_check#index"
|
|
|
|
root 'application#app'
|
|
end
|