Add server-side route so that legacy /web/statuses/:id URLs keep being supported (#19978)

This commit is contained in:
Claire 2022-11-08 17:29:14 +01:00 committed by GitHub
parent b1a48e05b6
commit d70303bba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ Rails.application.routes.draw do
/blocks
/domain_blocks
/mutes
/statuses/(*any)
).freeze
root 'home#index'