Files
rails-test/config/routes.rb
2026-01-15 12:26:30 +06:30

5 lines
91 B
Ruby

Rails.application.routes.draw do
root "home#index"
get "health", to: "home#health"
end