You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-12-16 00:11:21 +02:00
improving loading
This commit is contained in:
@@ -34,7 +34,8 @@ const ROUTES: Routes = [
|
||||
path: 'share/:sharingKey',
|
||||
component: GalleryComponent
|
||||
},
|
||||
{path: '', redirectTo: '/login', pathMatch: 'full'}
|
||||
{path: '', redirectTo: '/login', pathMatch: 'full'},
|
||||
{path: '**', redirectTo: '/login', pathMatch: 'full'}
|
||||
];
|
||||
|
||||
export const appRoutes: ModuleWithProviders = RouterModule.forRoot(ROUTES);
|
||||
|
||||
Reference in New Issue
Block a user