Skip to content

Commit a82e569

Browse files
authored
Merge pull request #43 from geekwaytothewest/main
Fix jamey's link
2 parents 8feac2d + 58c3c80 commit a82e569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/events/events.module.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { Gallery, GalleryModule } from 'ng-gallery';
88

99
const eventsRoutes: Routes = [
1010
{ path: '', component: EventsComponent, pathMatch: 'full' },
11+
{ path: 'play-and-win', redirectTo: '/events/event/play-and-win', pathMatch: 'full'},
1112
{ path: 'event/:slug', component: EventComponent }
1213
];
1314

0 commit comments

Comments
 (0)