diff --git a/index.html b/index.html index 406e8d9..50b3957 100644 --- a/index.html +++ b/index.html @@ -169,7 +169,7 @@
KAR
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;