Skip to content
Snippets Groups Projects
Unverified Commit d70303bb authored by Claire's avatar Claire Committed by GitHub
Browse files

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

parent b1a48e05
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ Rails.application.routes.draw do
/blocks
/domain_blocks
/mutes
/statuses/(*any)
).freeze
root 'home#index'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment