Skip to content

Commit

Permalink
add shop
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia authored Sep 20, 2024
1 parent 5a088c9 commit c3f7f7c
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 @@ -15,6 +15,7 @@
get '2023', to: 'home#course2023', as: :course2023
get '2024', to: 'home#course2024', as: :course2024
get 'donate', to: redirect('https://donate.stripe.com/cN25lPeUe3qO5zyfYY'), as: :donate_redirect
get 'shop', to: redirect('https://nwspk.myshopify.com/'), as: :shop
post 'webhooks', to: 'webhooks#index'

# LCPT routes
Expand Down

0 comments on commit c3f7f7c

Please sign in to comment.