remove favorites list report
This commit is contained in:
parent
adeab79645
commit
0f62506a3c
@ -10,8 +10,8 @@ class Api::V1::Statuses::FavouritedByAccountsController < Api::BaseController
|
|||||||
respond_to :json
|
respond_to :json
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@accounts = load_accounts
|
# @accounts = load_accounts
|
||||||
render json: @accounts, each_serializer: REST::AccountSerializer
|
# render json: @accounts, each_serializer: REST::AccountSerializer
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
Loading…
Reference in New Issue
Block a user