summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-08-29 06:21:54 -0400
committerDavid Gay <eapoems@riseup.net>2024-08-29 06:21:54 -0400
commit52e52d200c244e0d6d863cc69c452b05cd74fe16 (patch)
tree7040f70eda79fe90f543a34fc9e4a786c37d0000 /config/routes.rb
parent118d6e96202f79ca60eef614305c4455d86ccb32 (diff)
devise config
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 2709bec..ebf9382 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -3,7 +3,6 @@ Rails.application.routes.draw do
# Can be used by load balancers and uptime monitors to verify that the app is live.
get "up" => "rails/health#show", as: :rails_health_check
- # Defines the root path route ("/")
root "home#index"
get "home/index"