Skip to content

Commit c84f53a

Browse files
authored
Update routes.rb
1 parent 59654d3 commit c84f53a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/routes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
get 'shop', to: redirect('https://nwspk.myshopify.com/'), as: :shop
1919
get 'feedback', to: redirect('https://forms.gle/NLZ8JQdDFeuToWgF6'), as: :feedback
2020
get 'rationclub', to: redirect('https://forms.gle/T3rXorsrb4gXKazv9'), as: :rationclub
21-
get 'library', to: home#library, as: :library
22-
get 'jobs', to: home#jobs, as: :jobs
21+
get 'library', to: 'home#library', as: :library
22+
get 'jobs', to: 'home#jobs', as: :jobs
2323
post 'webhooks', to: 'webhooks#index'
2424

2525
# LCPT routes

0 commit comments

Comments
 (0)