remove favorites list report

This commit is contained in:
robcolbert 2019-07-04 01:48:54 -04:00
parent adeab79645
commit 0f62506a3c
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ class Api::V1::Statuses::FavouritedByAccountsController < Api::BaseController
respond_to :json
def index
@accounts = load_accounts
render json: @accounts, each_serializer: REST::AccountSerializer
# @accounts = load_accounts
# render json: @accounts, each_serializer: REST::AccountSerializer
end
private