|
13 | 13 | get 'residency', to: 'home#residency', as: :residency |
14 | 14 | get 'residents', to: 'home#residents', as: :residents |
15 | 15 | get 'scholarships', to: 'home#scholarships', as: :scholarships |
16 | | - get '2023', to: 'home#course2023', as: :course2023 |
17 | | - get '2024', to: 'home#course2024', as: :course2024 |
18 | | - get '2025', to: 'home#course2025', as: :course2025 |
19 | 16 | get 'donate', to: redirect('https://donate.stripe.com/cN25lPeUe3qO5zyfYY'), as: :donate_redirect |
20 | 17 | get 'shop', to: redirect('https://nwspk.myshopify.com/'), as: :shop |
21 | 18 | get 'feedback', to: redirect('https://forms.gle/NLZ8JQdDFeuToWgF6'), as: :feedback |
22 | | - get 'fieldwork25', to: redirect('https://docs.google.com/document/d/19eLJIlsOuKmC0sMlSqC-C8gGmI9XIOtS_8jQ5pHBuWc/edit?usp=sharing'), as: :fieldwork25 |
23 | 19 | get 'rationclub', to: redirect('https://forms.gle/T3rXorsrb4gXKazv9'), as: :rationclub |
24 | 20 | get 'library', to: 'home#library', as: :library |
25 | 21 | get 'jobs', to: 'home#jobs', as: :jobs |
| 22 | + |
| 23 | + get '2023', to: 'home#course2023', as: :course2023 |
| 24 | + |
| 25 | + get '2024', to: 'home#course2024', as: :course2024 |
| 26 | + |
| 27 | + get '2025', to: 'home#course2025', as: :course2025 |
| 28 | + get 'fieldwork25', to: redirect('https://docs.google.com/document/d/19eLJIlsOuKmC0sMlSqC-C8gGmI9XIOtS_8jQ5pHBuWc'), as: :fieldwork25 |
| 29 | + get 'pairwork25', to: redirect('https://docs.google.com/document/d/1ZSf8g-G3rbklbpEDq_WFCykOUy921ZQwb9YZvFPbhbw'), as: :pairwork25 |
| 30 | + |
26 | 31 | post 'webhooks', to: 'webhooks#index' |
27 | 32 |
|
28 | 33 | # LCPT routes |
|
0 commit comments