mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-19 04:40:53 +00:00
Add server-side route so that legacy /web/statuses/:id URLs keep being supported (#19978)
This commit is contained in:
parent
b1a48e05b6
commit
d70303bba6
|
@ -27,6 +27,7 @@ Rails.application.routes.draw do
|
||||||
/blocks
|
/blocks
|
||||||
/domain_blocks
|
/domain_blocks
|
||||||
/mutes
|
/mutes
|
||||||
|
/statuses/(*any)
|
||||||
).freeze
|
).freeze
|
||||||
|
|
||||||
root 'home#index'
|
root 'home#index'
|
||||||
|
|
Loading…
Reference in a new issue