Skip to content

Commit

Permalink
Update routes.rb with jobs and library
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia authored Nov 15, 2024
1 parent c0d7d51 commit 59654d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +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
post 'webhooks', to: 'webhooks#index'

# LCPT routes
Expand Down

0 comments on commit 59654d3

Please sign in to comment.