Redirect comment links to the watch page
This commit is contained in:
parent
b314f983f0
commit
91219e66c4
|
@ -72,6 +72,10 @@ const videosRoutes: Routes = [
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: 'watch/:uuid/comments/:commentId',
|
||||||
|
redirectTo: 'watch/:uuid'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: 'watch/:uuid',
|
path: 'watch/:uuid',
|
||||||
loadChildren: 'app/videos/+video-watch/video-watch.module#VideoWatchModule',
|
loadChildren: 'app/videos/+video-watch/video-watch.module#VideoWatchModule',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user