From c84f53afe5d9927983279c840b89805c3732de16 Mon Sep 17 00:00:00 2001 From: edsaperia Date: Fri, 15 Nov 2024 14:40:51 +0000 Subject: [PATCH] Update routes.rb --- config/routes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index ba8fb7f0..76e0be98 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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