mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Client: redirect /videos/:id to /videos/watch/:id
This commit is contained in:
@@ -29,6 +29,10 @@ const videosRoutes: Routes = [
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
path: ':id',
|
||||
redirectTo: 'watch/:id'
|
||||
},
|
||||
{
|
||||
path: 'watch/:id',
|
||||
component: VideoWatchComponent
|
||||
|
||||
Reference in New Issue
Block a user