remove unused index route

This commit is contained in:
Sebastian Jambor 2023-01-16 19:47:50 +01:00
parent 8a3c60672f
commit 6fd471295d

View file

@ -10,10 +10,6 @@ class Api::V1::ActivityLogController < Api::BaseController
render json: { error: e.to_s }, status: 422 render json: { error: e.to_s }, status: 422
end end
def index
render :text => "hello world"
end
def show def show
response.headers['Content-Type'] = 'text/event-stream' response.headers['Content-Type'] = 'text/event-stream'
# hack to avoid computing Etag, which delays sending of data # hack to avoid computing Etag, which delays sending of data