mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
initial commit
This commit is contained in:
17
src/server.routes.ts
Normal file
17
src/server.routes.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Server-side routes. Only the listed routes support html5pushstate.
|
||||
* Has to match client side routes.
|
||||
*
|
||||
* Index (/) route does not have to be listed here.
|
||||
*
|
||||
* @example
|
||||
* export const routes: string[] = [
|
||||
* 'home', 'about'
|
||||
* ];
|
||||
**/
|
||||
export const routes: string[] = [
|
||||
'about',
|
||||
'home',
|
||||
'todo',
|
||||
'lazy',
|
||||
];
|
Reference in New Issue
Block a user