postmanlabs / swagger2-to-postman

Converter for swagger 2.0 JSON to Postman Collection
Apache License 2.0
120 stars 56 forks source link

Fix(Convert): Fix variable in host name #20

Closed llosimura closed 7 years ago

llosimura commented 7 years ago

url.resolve(tempBasePath, path)) returns the path in lower case, meaning that the next replace won't work

abhijitkane commented 7 years ago

Thanks @llosimura