diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-08-21 10:41:21 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-08-21 10:41:21 +0200 |
commit | e105c19c8ebe56b6828ba82948895ad0ca71d8c2 (patch) | |
tree | 75509eaf6df4b70fc8d58f6b8d451147edb3f790 /client/src/app/admin/admin.routes.ts | |
parent | d57d6f2605f4ac4a81f9a8594433bb7b65f108b9 (diff) | |
download | PeerTube-e105c19c8ebe56b6828ba82948895ad0ca71d8c2.tar.gz PeerTube-e105c19c8ebe56b6828ba82948895ad0ca71d8c2.tar.zst PeerTube-e105c19c8ebe56b6828ba82948895ad0ca71d8c2.zip |
Client: support the new make friends method
Diffstat (limited to 'client/src/app/admin/admin.routes.ts')
-rw-r--r-- | client/src/app/admin/admin.routes.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/admin/admin.routes.ts b/client/src/app/admin/admin.routes.ts index f57deef62..80b3ecbc1 100644 --- a/client/src/app/admin/admin.routes.ts +++ b/client/src/app/admin/admin.routes.ts | |||
@@ -9,6 +9,11 @@ export const AdminRoutes: RouterConfig = [ | |||
9 | path: 'admin', | 9 | path: 'admin', |
10 | component: AdminComponent, | 10 | component: AdminComponent, |
11 | children: [ | 11 | children: [ |
12 | { | ||
13 | path: '', | ||
14 | redirectTo: 'users', | ||
15 | pathMatch: 'full' | ||
16 | }, | ||
12 | ...FriendsRoutes, | 17 | ...FriendsRoutes, |
13 | ...UsersRoutes | 18 | ...UsersRoutes |
14 | ] | 19 | ] |