Skip to content

Commit

Permalink
change method name for 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia committed Jul 31, 2023
1 parent 06b10ff commit fe7c6ea
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#course_2023_2024', as: :course_2023_2024
post 'webhooks', to: 'webhooks#index'

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

0 comments on commit fe7c6ea

Please sign in to comment.