OrderStore

This commit is contained in:
2024-11-07 17:18:49 +01:00
parent 844898bb3c
commit 47e045dde3
12 changed files with 196 additions and 174 deletions

View File

@@ -272,7 +272,7 @@ export async function prepopulateDatabase() {
date: concert.date,
name: concertGroup.name,
price: concert.price,
image: concertGroup.image,
image: "http://localhost:3000/static/" + concertGroup.image,
inStock: concert.inStock,
offered: true,
bandId: dataset.dataValues.id,