diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-27 14:21:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-27 14:59:09 +0200 |
commit | 78f912ed5733028ec2bf10c06c19f75b07943be2 (patch) | |
tree | 4bf9692230deabc4e050e5a7de126b38901969e9 /client/src/app/app-routing.module.ts | |
parent | 61b909b9bf849516f30dab2bf5977acfbbddc5c6 (diff) | |
download | PeerTube-78f912ed5733028ec2bf10c06c19f75b07943be2.tar.gz PeerTube-78f912ed5733028ec2bf10c06c19f75b07943be2.tar.zst PeerTube-78f912ed5733028ec2bf10c06c19f75b07943be2.zip |
Improve P2P & Privacy section
Diffstat (limited to 'client/src/app/app-routing.module.ts')
-rw-r--r-- | client/src/app/app-routing.module.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts index 04c53548e..0b31bf453 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts | |||
@@ -21,6 +21,10 @@ const routes: Routes = [ | |||
21 | loadChildren: './+video-channels/video-channels.module#VideoChannelsModule' | 21 | loadChildren: './+video-channels/video-channels.module#VideoChannelsModule' |
22 | }, | 22 | }, |
23 | { | 23 | { |
24 | path: 'about', | ||
25 | loadChildren: './+about/about.module#AboutModule' | ||
26 | }, | ||
27 | { | ||
24 | path: '**', | 28 | path: '**', |
25 | loadChildren: './+page-not-found/page-not-found.module#PageNotFoundModule' | 29 | loadChildren: './+page-not-found/page-not-found.module#PageNotFoundModule' |
26 | } | 30 | } |