Display concerts with card views on "All concerts" page, adding image property for tours
This commit is contained in:
@@ -5,7 +5,7 @@ import { api } from './routes/api.routes'
|
||||
import { startDatabase } from './database'
|
||||
import { order } from './routes/order.routes'
|
||||
import { account } from './routes/account.routes'
|
||||
import { show } from './routes/show.routes'
|
||||
import { concert } from './routes/concert.routes'
|
||||
import { band } from './routes/band.routes'
|
||||
import { genre } from './routes/genre.routes'
|
||||
import { location } from './routes/location.routes'
|
||||
@@ -35,7 +35,7 @@ app.use('/static', express.static(path.join(__dirname, 'images')))
|
||||
|
||||
// Routes
|
||||
app.use("/api", api)
|
||||
app.use("/shows", show)
|
||||
app.use("/shows", concert)
|
||||
app.use("/bands", band)
|
||||
app.use("/genres", genre)
|
||||
app.use("/locations", location)
|
||||
|
||||
Reference in New Issue
Block a user