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