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:
parent
53923dad20
commit
54060dbfc6
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user