Removed unused DirectController for timelines from ruby
• Removed: - unused DirectController for timelines from ruby
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Api::V1::Timelines::DirectController < Api::BaseController
|
||||
before_action :require_admin!
|
||||
respond_to :json
|
||||
|
||||
def show
|
||||
render json: [-1]
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user