raphael0202 commited on
Commit
b7b107a
·
verified ·
1 Parent(s): 4a0d5a5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -417,7 +417,7 @@
417
  displayProof(proofResponse.data);
418
 
419
  // Fetch price tags
420
- const priceTagsResponse = await axios.get(`https://prices.openfoodfacts.org/api/v1/price_tags?proof_id=${proofId}`);
421
 
422
  // Display price tags
423
  displayPriceTags(priceTagsResponse.data.items);
 
417
  displayProof(proofResponse.data);
418
 
419
  // Fetch price tags
420
+ const priceTagsResponse = await axios.get(`https://prices.openfoodfacts.org/api/v1/price-tags?proof_id=${proofId}`);
421
 
422
  // Display price tags
423
  displayPriceTags(priceTagsResponse.data.items);