Skip to content

Commit

Permalink
6#rename-main-to-home
Browse files Browse the repository at this point in the history
  • Loading branch information
krillan49 committed Jan 13, 2025
1 parent 48ae0f3 commit 3819902
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class MainController < ApplicationController
class HomeController < ApplicationController
allow_unauthenticated_access

def index
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
get "service-worker" => "rails/pwa#service_worker", as: :pwa_service_worker
get "manifest" => "rails/pwa#manifest", as: :pwa_manifest

root "main#index"
root "home#index"
resources :podcasts

# auth
Expand Down

0 comments on commit 3819902

Please sign in to comment.