Split band detail page in section files

This commit is contained in:
2024-09-29 18:43:37 +02:00
parent f898c0c5b9
commit 04678f9913
56 changed files with 459 additions and 185 deletions

View File

@@ -173,6 +173,31 @@
"tourId": 5
}
]
},
{
"id": 6,
"name": "Back to the Water Below",
"bandId": 6,
"offered": true,
"image": "back-to-the-water-below.jpg",
"concerts": [
{
"id": 15,
"date": "2025-02-27",
"price": 67.90,
"inStock": 847,
"locationId": 3,
"tourId": 6
},
{
"id": 16,
"date": "2025-03-06",
"price": 64.90,
"inStock": 245,
"locationId": 9,
"tourId": 6
}
]
}
]
}