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