diff --git a/client/src/app/videos/videos-routing.module.ts b/client/src/app/videos/videos-routing.module.ts index 766d29d22..4c951200c 100644 --- a/client/src/app/videos/videos-routing.module.ts +++ b/client/src/app/videos/videos-routing.module.ts @@ -29,6 +29,10 @@ const videosRoutes: Routes = [ } } }, + { + path: ':id', + redirectTo: 'watch/:id' + }, { path: 'watch/:id', component: VideoWatchComponent