Skip to content

Commit

Permalink
Update routes.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia authored Nov 15, 2024
1 parent 59654d3 commit c84f53a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
get 'shop', to: redirect('https://nwspk.myshopify.com/'), as: :shop
get 'feedback', to: redirect('https://forms.gle/NLZ8JQdDFeuToWgF6'), as: :feedback
get 'rationclub', to: redirect('https://forms.gle/T3rXorsrb4gXKazv9'), as: :rationclub
get 'library', to: home#library, as: :library
get 'jobs', to: home#jobs, as: :jobs
get 'library', to: 'home#library', as: :library
get 'jobs', to: 'home#jobs', as: :jobs
post 'webhooks', to: 'webhooks#index'

# LCPT routes
Expand Down

0 comments on commit c84f53a

Please sign in to comment.