Skip to content

Commit

Permalink
add 2023 to routes.db
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia committed Jul 31, 2023
1 parent f1b5917 commit 06b10ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +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
post 'webhooks', to: 'webhooks#index'

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

0 comments on commit 06b10ff

Please sign in to comment.