1 parent 42fbb9e commit 9af062eCopy full SHA for 9af062e
1 file changed
moto ride.js
@@ -81,7 +81,7 @@ function changeCatalogMenueFunction(event) {
81
}
82
83
//?: הכנסת מוצרים מתוך ג'ייסון לקטלוג אופנועים
84
-fetch('./assets/products.json')
+fetch('../assets/products.json')
85
.then(response => response.json())
86
.then(products => {
87
// בדיקת כמות מוצרים באתר
0 commit comments