diff options
-rw-r--r-- | client/src/app/+accounts/accounts-routing.module.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+accounts/accounts-routing.module.ts b/client/src/app/+accounts/accounts-routing.module.ts index 55bce351a..45b24eb55 100644 --- a/client/src/app/+accounts/accounts-routing.module.ts +++ b/client/src/app/+accounts/accounts-routing.module.ts | |||
@@ -8,6 +8,10 @@ import { AccountVideoChannelsComponent } from './account-video-channels/account- | |||
8 | 8 | ||
9 | const accountsRoutes: Routes = [ | 9 | const accountsRoutes: Routes = [ |
10 | { | 10 | { |
11 | path: 'peertube', | ||
12 | redirectTo: '/videos/local' | ||
13 | }, | ||
14 | { | ||
11 | path: ':accountId', | 15 | path: ':accountId', |
12 | component: AccountsComponent, | 16 | component: AccountsComponent, |
13 | canActivateChild: [ MetaGuard ], | 17 | canActivateChild: [ MetaGuard ], |