mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
dependency upgrades, server and platform module updates, linting wip
This commit is contained in:
7
src/routes.ts
Normal file
7
src/routes.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export const ROUTES: string[] = [
|
||||
'home',
|
||||
'items/:id',
|
||||
'collections/:id',
|
||||
'communities/:id',
|
||||
'**'
|
||||
];
|
Reference in New Issue
Block a user