Skip to content

Commit 0483a85

Browse files
committed
Tidying up routes
1 parent 5359ddb commit 0483a85

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

config/routes.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
Healthcheck.routes(self)
33
root to: "cms#home", action: :home
44

5-
# April 2025 Route Redirect
6-
7-
get "/computing-clusters", to: redirect("/")
8-
9-
# April 2025 Route Redirect
10-
11-
get "/computing-clusters", to: redirect("/")
12-
135
resources :achievements, only: %i[create destroy update] do
146
collection do
157
post :submit
@@ -155,6 +147,7 @@
155147

156148
# April 2025 Redirects
157149

150+
get "/computing-clusters", to: redirect("/")
158151
get "/hubs", to: redirect("/")
159152
get "/bursary", to: redirect("/")
160153
get "/funding", to: redirect("/")

0 commit comments

Comments
 (0)