From 0a6658fdcbd779ada8f3758048c326e997902d5a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Jul 2017 16:01:56 +0200 Subject: Use global uuid instead of remoteId for videos --- client/src/app/videos/videos-routing.module.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src/app/videos/videos-routing.module.ts') diff --git a/client/src/app/videos/videos-routing.module.ts b/client/src/app/videos/videos-routing.module.ts index e18c1cec0..715671ba7 100644 --- a/client/src/app/videos/videos-routing.module.ts +++ b/client/src/app/videos/videos-routing.module.ts @@ -33,7 +33,7 @@ const videosRoutes: Routes = [ } }, { - path: 'edit/:id', + path: 'edit/:uuid', component: VideoUpdateComponent, data: { meta: { @@ -42,11 +42,11 @@ const videosRoutes: Routes = [ } }, { - path: ':id', - redirectTo: 'watch/:id' + path: ':uuid', + redirectTo: 'watch/:uuid' }, { - path: 'watch/:id', + path: 'watch/:uuid', component: VideoWatchComponent } ] -- cgit v1.2.3