Skip to content

Commit

Permalink
update URI of json
Browse files Browse the repository at this point in the history
  • Loading branch information
frknltrk committed Jul 20, 2023
1 parent 45b71ec commit bdc3a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h5>KAR</h5>

async function fetchShippingCosts() {
try {
const response = await fetch('https://frknltrk.github.io/trendyol_public_api/shipping_costs.json');
const response = await fetch('https://frknltrk.github.io/trendyol_public_api/data/shipping_costs.json');
const data = await response.json();
shippingCosts = data;
isDataFetched = true;
Expand Down

0 comments on commit bdc3a34

Please sign in to comment.