Initial Rails test app
This commit is contained in:
4
config/routes.rb
Normal file
4
config/routes.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
Rails.application.routes.draw do
|
||||
root "home#index"
|
||||
get "health", to: "home#health"
|
||||
end
|
||||
Reference in New Issue
Block a user