Merge pull request #89 from travis-ci/jk_remove_events_endpoints
Remove the events endpoint
This commit is contained in:
commit
28c019c18d
|
@ -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