Skip to content

Commit 9af062e

Browse files
committed
fetch fix 2
1 parent 42fbb9e commit 9af062e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moto ride.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function changeCatalogMenueFunction(event) {
8181
}
8282

8383
//?: הכנסת מוצרים מתוך ג'ייסון לקטלוג אופנועים
84-
fetch('./assets/products.json')
84+
fetch('../assets/products.json')
8585
.then(response => response.json())
8686
.then(products => {
8787
// בדיקת כמות מוצרים באתר

0 commit comments

Comments
 (0)