Skip to content

Commit

Permalink
2023 => course2023
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia committed Aug 1, 2023
1 parent 7755174 commit 26e3ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
get 'residency', to: 'home#residency', as: :residency
get 'residents', to: 'home#residents', as: :residents
get 'scholarships', to: 'home#scholarships', as: :scholarships
get '2023', to: 'home#2023', as: :2023
get '2023', to: 'home#course2023', as: :course2023
post 'webhooks', to: 'webhooks#index'

resource :subscription, only: [:edit, :update, :destroy] do
Expand Down

0 comments on commit 26e3ec0

Please sign in to comment.