We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5359ddb commit 0483a85Copy full SHA for 0483a85
config/routes.rb
@@ -2,14 +2,6 @@
2
Healthcheck.routes(self)
3
root to: "cms#home", action: :home
4
5
- # April 2025 Route Redirect
6
-
7
- get "/computing-clusters", to: redirect("/")
8
9
10
11
12
13
resources :achievements, only: %i[create destroy update] do
14
collection do
15
post :submit
@@ -155,6 +147,7 @@
155
147
156
148
# April 2025 Redirects
157
149
150
+ get "/computing-clusters", to: redirect("/")
158
151
get "/hubs", to: redirect("/")
159
152
get "/bursary", to: redirect("/")
160
153
get "/funding", to: redirect("/")
0 commit comments