Skip to content

Commit

Permalink
added feedback form
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia authored Sep 21, 2024
1 parent 4893322 commit c1eb08c
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 @@ -16,6 +16,7 @@
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
get 'feedback', to: redirect('https://forms.gle/NLZ8JQdDFeuToWgF6'), as: :feedback
post 'webhooks', to: 'webhooks#index'

# LCPT routes
Expand Down

0 comments on commit c1eb08c

Please sign in to comment.