Merge commit from fork

This commit is contained in:
Claire
2026-03-24 15:42:40 +01:00
committed by GitHub
parent d6d73bd144
commit c188e659b1

View File

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