Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: to use the correct uri
Browse files Browse the repository at this point in the history
  • Loading branch information
moltar committed May 3, 2020
1 parent fda2b02 commit 5deb103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class HttpClient {
) {}

request(method: HttpMethod, info: ResourceInfo) {
const marketplaceUri = amazonMarketplaces[this.options.endpoint].uri
const marketplaceUri = amazonMarketplaces[this.options.endpoint].webServiceUri

const host = marketplaceUri.replace('https://', '')
const url = `${marketplaceUri}/${info.resource}/${info.version}/`
Expand Down

0 comments on commit 5deb103

Please sign in to comment.