Add Health Check endpoint

This commit is contained in:
Karol Sójko
2020-06-17 06:59:27 +02:00
parent 5fa8798010
commit 0a58c31f11
3 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
Rails.application.routes.draw do
get "/healthcheck" => "health_check#index"
root 'application#app'
end