This commit is contained in:
Atilla
2024-04-12 21:23:08 +02:00
parent 18fae2f870
commit 88424cf30c
39 changed files with 454 additions and 433 deletions

View File

@@ -28,7 +28,7 @@ class PlantGrid {
// Methode om data te laden.
loadData() {
fetch('../script/plants.json')
fetch('../script/json/plants.json')
.then(response => {
// Controleer of de netwerkrespons ok is.
if (!response.ok) {