Skip to content

Commit 1da9396

Browse files
authored
Merge pull request #6628 from NHSDigital/fix-cohort-imports-url
It's cohort-imports not cohort_imports
2 parents 5a5f0d1 + 98b4630 commit 1da9396

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config/routes.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@
136136
end
137137
end
138138

139+
get "/cohort_imports/:id", to: redirect("/cohort-imports/%{id}")
139140
resources :cohort_imports,
140-
path: "cohort_imports",
141+
path: "cohort-imports",
141142
except: %i[index destroy] do
142143
member do
143144
get :re_review, to: "cohort_imports#re_review"

0 commit comments

Comments
 (0)