Files
standardnotes-app-web/config/routes.rb
2020-06-17 06:59:27 +02:00

6 lines
108 B
Ruby

Rails.application.routes.draw do
get "/healthcheck" => "health_check#index"
root 'application#app'
end