parent
820fff38d7
commit
db3dc2ab83
8 changed files with 2 additions and 90 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue