about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-11-08 17:29:14 +0100
committerGitHub <noreply@github.com>2022-11-08 17:29:14 +0100
commitd70303bba617b2ff1884714dd6dc69a3bd6e41a4 (patch)
tree553294409129f11df848271c0afd8f344aa0e381
parentb1a48e05b6b24a1ae37b9bcbc6f767c949ff3d79 (diff)
Add server-side route so that legacy /web/statuses/:id URLs keep being supported (#19978)
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 800db96c8..c133acbe8 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -27,6 +27,7 @@ Rails.application.routes.draw do
     /blocks
     /domain_blocks
     /mutes
+    /statuses/(*any)
   ).freeze
 
   root 'home#index'