diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-16 19:59:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-17 10:55:50 +0200 |
commit | 74af5a8361f4ccb460001706ce249d50c747f361 (patch) | |
tree | 4e077f14a6c604799b15fdbea98a2d8c8bdc7576 /client/src/app/app-routing.module.ts | |
parent | 6200d8d91710b03a72a27e35cbe6eed1e6cc8c62 (diff) | |
download | PeerTube-74af5a8361f4ccb460001706ce249d50c747f361.tar.gz PeerTube-74af5a8361f4ccb460001706ce249d50c747f361.tar.zst PeerTube-74af5a8361f4ccb460001706ce249d50c747f361.zip |
Client E2E tests first step
Diffstat (limited to 'client/src/app/app-routing.module.ts')
-rw-r--r-- | client/src/app/app-routing.module.ts | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts index 936912d28..46e108cc7 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts | |||
@@ -4,22 +4,22 @@ import { RouterModule, Routes } from '@angular/router' | |||
4 | import { PreloadSelectedModulesList } from './core' | 4 | import { PreloadSelectedModulesList } from './core' |
5 | 5 | ||
6 | const routes: Routes = [ | 6 | const routes: Routes = [ |
7 | { | 7 | // { |
8 | path: 'admin', | 8 | // path: 'admin', |
9 | loadChildren: './+admin/admin.module#AdminModule' | 9 | // loadChildren: './+admin/admin.module#AdminModule' |
10 | }, | 10 | // }, |
11 | { | 11 | // { |
12 | path: 'my-account', | 12 | // path: 'my-account', |
13 | loadChildren: './+my-account/my-account.module#MyAccountModule' | 13 | // loadChildren: './+my-account/my-account.module#MyAccountModule' |
14 | }, | 14 | // }, |
15 | { | 15 | // { |
16 | path: 'accounts', | 16 | // path: 'accounts', |
17 | loadChildren: './+accounts/accounts.module#AccountsModule' | 17 | // loadChildren: './+accounts/accounts.module#AccountsModule' |
18 | }, | 18 | // }, |
19 | { | 19 | // { |
20 | path: 'video-channels', | 20 | // path: 'video-channels', |
21 | loadChildren: './+video-channels/video-channels.module#VideoChannelsModule' | 21 | // loadChildren: './+video-channels/video-channels.module#VideoChannelsModule' |
22 | } | 22 | // } |
23 | ] | 23 | ] |
24 | 24 | ||
25 | @NgModule({ | 25 | @NgModule({ |