remove empty extension
This commit is contained in:
parent
e99c5c2d4f
commit
ff4dd4d61b
|
@ -6,7 +6,7 @@ class Travis::Api::App
|
|||
class Endpoint < Responder
|
||||
set(:prefix) { "/" << name[/[^:]+$/].underscore }
|
||||
set disable_root_endpoint: false
|
||||
register :scoping, :services
|
||||
register :scoping
|
||||
helpers :services, :current_user
|
||||
|
||||
before { content_type :json }
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
require 'travis/api/app'
|
||||
|
||||
class Travis::Api::App
|
||||
module Extensions
|
||||
module Services
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user