diff options
author | Chocobozzz <me@florianbigard.com> | 2022-03-22 16:58:49 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-03-22 17:24:32 +0100 |
commit | 92e66e04f7f51d37b465cff442ce47f6d6d7cadd (patch) | |
tree | 4475c5c601c0f6673ca56afba5b7f70a4fae4ec3 /client/src/app/app-routing.module.ts | |
parent | 1808a1f8e4b7b102823492a2007a46929aebf189 (diff) | |
download | PeerTube-92e66e04f7f51d37b465cff442ce47f6d6d7cadd.tar.gz PeerTube-92e66e04f7f51d37b465cff442ce47f6d6d7cadd.tar.zst PeerTube-92e66e04f7f51d37b465cff442ce47f6d6d7cadd.zip |
Rename studio to editor
Diffstat (limited to 'client/src/app/app-routing.module.ts')
-rw-r--r-- | client/src/app/app-routing.module.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts index cd499845b..a831da099 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts | |||
@@ -144,8 +144,8 @@ const routes: Routes = [ | |||
144 | }, | 144 | }, |
145 | 145 | ||
146 | { | 146 | { |
147 | path: 'video-editor', | 147 | path: 'studio', |
148 | loadChildren: () => import('./+video-editor/video-editor.module').then(m => m.VideoEditorModule), | 148 | loadChildren: () => import('./+video-studio/video-studio.module').then(m => m.VideoStudioModule), |
149 | canActivateChild: [ MetaGuard ] | 149 | canActivateChild: [ MetaGuard ] |
150 | }, | 150 | }, |
151 | 151 | ||