about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-07-05 02:15:24 +0200
committerGitHub <noreply@github.com>2019-07-05 02:15:24 +0200
commit0c1b1069c96d3452d43d922a737c522d10e4747b (patch)
tree16aa167d60f75941232659452352fa07c0dee5b5 /config/routes.rb
parent30f5bcf3e749be9651ed39a07b893f70605f8a39 (diff)
Remove deprecated REST API `GET /api/v1/statuses/:id/card` (#11213)
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 1f97dea4c..9ab5ba7f0 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -294,7 +294,6 @@ Rails.application.routes.draw do
 
         member do
           get :context
-          get :card
         end
       end