diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-09 15:35:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-11 08:48:20 +0200 |
commit | c663955b259d356806c7b79b535fd5cfaeaf2b5e (patch) | |
tree | cc43089b617d7068f8655d0dfba782418bc003e8 /client/src/app/videos/videos-routing.module.ts | |
parent | 4c200caae63b3f5602dcd93e94b52c39e01857fe (diff) | |
download | PeerTube-c663955b259d356806c7b79b535fd5cfaeaf2b5e.tar.gz PeerTube-c663955b259d356806c7b79b535fd5cfaeaf2b5e.tar.zst PeerTube-c663955b259d356806c7b79b535fd5cfaeaf2b5e.zip |
Route: Video edit -> video update
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: { |