Remove deprecated REST API GET /api/v1/statuses/:id/card (#11213)

This commit is contained in:
Eugen Rochko
2019-07-05 02:15:24 +02:00
committed by GitHub
parent 30f5bcf3e7
commit 0c1b1069c9
3 changed files with 2 additions and 27 deletions

View File

@ -294,7 +294,6 @@ Rails.application.routes.draw do
member do
get :context
get :card
end
end