]> 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 b5afc9c92fb4dc0d21d1768c0c1d4867250d1e7d..a831da0999304f536ea11b2a2a6e87b543a8edd1 100644 (file)
@@ -143,6 +143,12 @@ const routes: Routes = [
     canActivateChild: [ MetaGuard ]
   },
 
+  {
+    path: 'studio',
+    loadChildren: () => import('./+video-studio/video-studio.module').then(m => m.VideoStudioModule),
+    canActivateChild: [ MetaGuard ]
+  },
+
   // Matches /@:actorName
   {
     matcher: (url): UrlMatchResult => {