diff --git a/config/routes.rb b/config/routes.rb index 1d28b779..ba8fb7f0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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