remove unused index route
This commit is contained in:
parent
8a3c60672f
commit
6fd471295d
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@ class Api::V1::ActivityLogController < Api::BaseController
|
|||
render json: { error: e.to_s }, status: 422
|
||||
end
|
||||
|
||||
def index
|
||||
render :text => "hello world"
|
||||
end
|
||||
|
||||
def show
|
||||
response.headers['Content-Type'] = 'text/event-stream'
|
||||
# hack to avoid computing Etag, which delays sending of data
|
||||
|
|
Loading…
Reference in a new issue