Browse Source
Add server-side route so that legacy /web/statuses/:id URLs keep being supported (#19978)
closed-social-glitch-2
Claire
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
config/routes.rb
|
|
@ -27,6 +27,7 @@ Rails.application.routes.draw do |
|
|
|
/blocks |
|
|
|
/domain_blocks |
|
|
|
/mutes |
|
|
|
/statuses/(*any) |
|
|
|
).freeze |
|
|
|
|
|
|
|
root 'home#index' |
|
|
|