mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
9 lines
123 B
TypeScript
9 lines
123 B
TypeScript
export const ROUTES: string[] = [
|
|
'home',
|
|
'items/:id',
|
|
'collections/:id',
|
|
'communities/:id',
|
|
'search',
|
|
'**'
|
|
];
|