Skip to content

Commit

Permalink
fix: try out swaggered api from any host/port, use hostless path
Browse files Browse the repository at this point in the history
  • Loading branch information
dsalahutdinov committed Aug 10, 2016
1 parent af3c778 commit 93678e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/docs/swagger/v1/root.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class Root < ::Apress::Api::Swagger::Schema
end
end

key :host, defined?(HOST) ? HOST : '/'
key :basePath, '/api/v1'
key :produces, ['application/json']

Expand Down

0 comments on commit 93678e7

Please sign in to comment.