]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app-routing.module.ts
Translated using Weblate (German)
[github/Chocobozzz/PeerTube.git] / client / src / app / app-routing.module.ts
index cd499845b542eb6ea8ffc2a6b90187c3813857a1..a831da0999304f536ea11b2a2a6e87b543a8edd1 100644 (file)
@@ -144,8 +144,8 @@ const routes: Routes = [
   },
 
   {
-    path: 'video-editor',
-    loadChildren: () => import('./+video-editor/video-editor.module').then(m => m.VideoEditorModule),
+    path: 'studio',
+    loadChildren: () => import('./+video-studio/video-studio.module').then(m => m.VideoStudioModule),
     canActivateChild: [ MetaGuard ]
   },