From c663955b259d356806c7b79b535fd5cfaeaf2b5e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 9 May 2018 15:35:55 +0200 Subject: Route: Video edit -> video update --- client/src/app/videos/videos-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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 = [ } }, { - path: 'edit/:uuid', + path: 'update/:uuid', loadChildren: 'app/videos/+video-edit/video-update.module#VideoUpdateModule', data: { meta: { -- cgit v1.2.3