From c188e659b1fb6805f23ed1d5519c706b2fb99ecf 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 412372600e..bfa0bb1f27 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -223,7 +223,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')