Merge commit from fork

This commit is contained in:
Claire 2026-03-24 15:42:40 +01:00 committed by GitHub
parent 2d4b5b6c51
commit ab251290d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')