From ab251290d67530e2fa7ab05cd4a467b88a1258a0 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 24 Mar 2026 15:42:40 +0100 Subject: [PATCH] Merge commit from fork --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 062fe1a2f4..bff3f9d034 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -228,7 +228,7 @@ Rails.application.routes.draw do draw(:web_app) - get '/web/(*any)', to: redirect('/%{any}', status: 302), as: :web, defaults: { any: '' }, format: false + get '/web/(*any)', to: redirect(path: '/%{any}', status: 302), as: :web, defaults: { any: '' }, format: false get '/about', to: 'about#show' get '/about/more', to: redirect('/about')