feat(console): Github Enterprise Server (#5410)

github enterprise server console template
This commit is contained in:
Max Peintner
2023-03-13 18:59:11 +01:00
committed by GitHub
parent c0843e6b4c
commit 77595cd723
20 changed files with 687 additions and 3 deletions

View File

@@ -57,6 +57,19 @@ const routes: Routes = [
},
],
},
{
path: 'github-es',
children: [
{
path: 'create',
loadChildren: () => import('src/app/modules/providers/provider-github-es/provider-github-es.module'),
},
{
path: ':id',
loadChildren: () => import('src/app/modules/providers/provider-github-es/provider-github-es.module'),
},
],
},
{
path: 'jwt',
children: [

View File

@@ -45,6 +45,19 @@ const routes: Routes = [
},
],
},
{
path: 'github-es',
children: [
{
path: 'create',
loadChildren: () => import('src/app/modules/providers/provider-github-es/provider-github-es.module'),
},
{
path: ':id',
loadChildren: () => import('src/app/modules/providers/provider-github-es/provider-github-es.module'),
},
],
},
{
path: 'jwt',
children: [