Redesign account pages, split payments and addresses to single pages, new dashboard
This commit is contained in:
@@ -21,16 +21,14 @@ band.get("/", (req: Request, res: Response) => {
|
||||
|
||||
Band.findAll({
|
||||
include: [
|
||||
{
|
||||
model: Rating,
|
||||
},
|
||||
{
|
||||
model: Genre,
|
||||
attributes: {
|
||||
exclude: [ "id" ]
|
||||
}
|
||||
},
|
||||
Concert
|
||||
Concert,
|
||||
Rating
|
||||
]
|
||||
})
|
||||
.then(bands => {
|
||||
|
||||
Reference in New Issue
Block a user