Redirect to local route when getting peertube account
This commit is contained in:
parent
12bec528aa
commit
1a03bea0c4
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ import { AccountAboutComponent } from './account-about/account-about.component'
|
|||
import { AccountVideoChannelsComponent } from './account-video-channels/account-video-channels.component'
|
||||
|
||||
const accountsRoutes: Routes = [
|
||||
{
|
||||
path: 'peertube',
|
||||
redirectTo: '/videos/local'
|
||||
},
|
||||
{
|
||||
path: ':accountId',
|
||||
component: AccountsComponent,
|
||||
|
|
Loading…
Reference in a new issue