diff --git a/client/src/app/videos/videos-routing.module.ts b/client/src/app/videos/videos-routing.module.ts index 66153e033..da786c0f9 100644 --- a/client/src/app/videos/videos-routing.module.ts +++ b/client/src/app/videos/videos-routing.module.ts @@ -72,6 +72,10 @@ const videosRoutes: Routes = [ } } }, + { + path: 'watch/:uuid/comments/:commentId', + redirectTo: 'watch/:uuid' + }, { path: 'watch/:uuid', loadChildren: 'app/videos/+video-watch/video-watch.module#VideoWatchModule',