removed the events endpoint

it isn't used, and there are no tests, i think it's safe to remove
This commit is contained in:
Josh Kalderimis 2013-11-05 00:18:14 +01:00
parent 53923dad20
commit 54060dbfc6

View File

@ -1,12 +0,0 @@
require 'travis/api/app'
class Travis::Api::App
class Endpoint
class Events < Endpoint
get '/' do
respond_with service(:find_events, params), type: :events
end
end
end
end