SeatSelection page

This commit is contained in:
2024-10-04 20:15:16 +02:00
parent 519fa210e9
commit a676ce3d86
22 changed files with 316 additions and 76 deletions

View File

@@ -92,12 +92,12 @@ band.get("/:name", (req: Request, res: Response) => {
}
],
attributes: {
exclude: [ "id", "tourId", "locationId" ]
exclude: [ "tourId", "locationId" ]
}
}
],
attributes: {
exclude: [ "id", "bandId" ]
exclude: [ "bandId" ]
}
},
Genre