X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp-routing.module.ts;h=f31b51e2381e8226c59e69df90164e76067a9b4f;hb=f6dc2fff48cbc3b95eb71d3af5eb60d3b689c2ad;hp=fe72c9181b0ea0faed03a44209d7ca0503391631;hpb=2bbb34127fccd187ed690949b6791e49fdd77194;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts index fe72c9181..f31b51e23 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts @@ -11,7 +11,7 @@ const routes: Routes = [ }, { path: 'admin', - loadChildren: './+admin#AdminModule' + loadChildren: './+admin/admin.module#AdminModule' } ]