Skip to content

Commit 18e95b5

Browse files
Fabrizio PeraniAdamF42
authored andcommitted
Merged in task/dspace-cris-2024_02_x/DSC-2637 (pull request DSpace#3923)
[DSC-2637] fix lucky search path Approved-by: Fapohunda, Adamo
2 parents 5a194b7 + 3d25544 commit 18e95b5

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)