Refactor frontend, display tours with cards on ToursPage
This commit is contained in:
@@ -15,6 +15,30 @@
|
||||
"tourId": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "The Bends Tour",
|
||||
"bandId": 1,
|
||||
"offered": true,
|
||||
"shows": [
|
||||
{
|
||||
"id": 1,
|
||||
"date": "2024-11-30",
|
||||
"price": 104,
|
||||
"inStock": 120,
|
||||
"locationId": 0,
|
||||
"tourId": 1
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"date": "2024-12-01",
|
||||
"price": 104,
|
||||
"inStock": 180,
|
||||
"locationId": 0,
|
||||
"tourId": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user