Skip to content

Commit

Permalink
Update product.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lucthienphong1120 authored Dec 15, 2023
1 parent 12a99c1 commit 2211d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/product.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const dataUrl = 'https://cdn.crfnetwork.cyou/database/shopee.json'
const dataUrl = 'https://cdn.crfnetwork.com/database/shopee.json'

fetch(dataUrl)
.then(response => response.json())
Expand Down

0 comments on commit 2211d66

Please sign in to comment.