1
0
Fork 0
forked from gitea/nas
revert Top posts test
This commit is contained in:
gitea 2025-06-14 00:31:50 +02:00
parent 820fff38d7
commit db3dc2ab83
8 changed files with 2 additions and 90 deletions

View file

@ -1,10 +0,0 @@
module Api::V1::Timelines
class LocalTopController < ApiController
before_action :require_user!
def show
@statuses = LocalTopPostsService.new.call
render json: @statuses
end
end
end