Skip to content

Commit

Permalink
added donate redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia committed Jan 20, 2024
1 parent 5f9d2ca commit b90ef60
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 @@ -12,6 +12,7 @@
get 'residents', to: 'home#residents', as: :residents
get 'scholarships', to: 'home#scholarships', as: :scholarships
get '2023', to: 'home#course2023', as: :course2023
get 'donate', to: redirect('https://donate.stripe.com/cN25lPeUe3qO5zyfYY'), as: :donate_redirect
post 'webhooks', to: 'webhooks#index'

# LCPT routes
Expand Down

0 comments on commit b90ef60

Please sign in to comment.