diff options
Diffstat (limited to 'client/src/app/videos/videos-routing.module.ts')
-rw-r--r-- | client/src/app/videos/videos-routing.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/videos-routing.module.ts b/client/src/app/videos/videos-routing.module.ts index 561137b70..572f33d5e 100644 --- a/client/src/app/videos/videos-routing.module.ts +++ b/client/src/app/videos/videos-routing.module.ts | |||
@@ -64,7 +64,7 @@ const videosRoutes: Routes = [ | |||
64 | } | 64 | } |
65 | }, | 65 | }, |
66 | { | 66 | { |
67 | path: 'edit/:uuid', | 67 | path: 'update/:uuid', |
68 | loadChildren: 'app/videos/+video-edit/video-update.module#VideoUpdateModule', | 68 | loadChildren: 'app/videos/+video-edit/video-update.module#VideoUpdateModule', |
69 | data: { | 69 | data: { |
70 | meta: { | 70 | meta: { |