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