aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/videos-routing.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/videos-routing.module.ts')
-rw-r--r--client/src/app/videos/videos-routing.module.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/videos-routing.module.ts b/client/src/app/videos/videos-routing.module.ts
index 225b6b018..d3869748b 100644
--- a/client/src/app/videos/videos-routing.module.ts
+++ b/client/src/app/videos/videos-routing.module.ts
@@ -22,11 +22,11 @@ const videosRoutes: Routes = [
22 } 22 }
23 }, 23 },
24 { 24 {
25 path: 'add', 25 path: 'upload',
26 loadChildren: 'app/videos/+video-edit#VideoAddModule', 26 loadChildren: 'app/videos/+video-edit#VideoAddModule',
27 data: { 27 data: {
28 meta: { 28 meta: {
29 title: 'Add a video' 29 title: 'Upload a video'
30 } 30 }
31 } 31 }
32 }, 32 },