Skip to content

Commit 3d25544

Browse files
Damiano Fiorenzafperani
authored andcommitted
[DSC-2637] fix lucky search path
1 parent 909856a commit 3d25544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app-routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ export const APP_ROUTES: Route[] = [
324324
.then((m) => m.ROUTES),
325325
},
326326
{
327-
path: 'luck-search',
327+
path: 'lucky-search',
328328
loadChildren: () => import('./lucky-search/lucky-search-routes')
329329
.then((m) => m.ROUTES),
330330
},

0 commit comments

Comments
 (0)