generated from bisco/codex-bootstrap
feat(frontend): add performance booking form
This commit is contained in:
@@ -10,7 +10,7 @@ export const appRoutes: Routes = [
|
||||
{ path: '', component: HomePageComponent, title: 'AzioneLab' },
|
||||
{ path: 'shows', component: ShowListPageComponent, title: 'Shows | AzioneLab' },
|
||||
{ path: 'shows/:slug', component: ShowDetailPlaceholderPageComponent, title: 'Show detail | AzioneLab' },
|
||||
{ path: 'book/:performanceId', component: BookingPlaceholderPageComponent, title: 'Book | AzioneLab' },
|
||||
{ path: 'performances/:id/book', component: BookingPlaceholderPageComponent, title: 'Book | AzioneLab' },
|
||||
{ path: 'check-in', component: CheckInPlaceholderPageComponent, title: 'Check-in | AzioneLab' },
|
||||
{ path: '**', redirectTo: '' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user