|
@@ -12,7 +12,7 @@ import { TrainningServicesComponent } from './trainning-service/trainning-servic
|
|
|
|
|
|
|
|
|
|
const routes: Routes = [
|
|
const routes: Routes = [
|
|
- {path: '', redirectTo: '/ExternalPage', pathMatch: 'full'},
|
|
|
|
|
|
+ {path: '', redirectTo: '/InternalPage', pathMatch: 'full'},
|
|
{path: 'login', component: LoginComponent},
|
|
{path: 'login', component: LoginComponent},
|
|
{path: 'signup', component: RegesterComponent},
|
|
{path: 'signup', component: RegesterComponent},
|
|
{path: 'services/:id', component: ServicesComponent, canActivate: [AuthGuard]},
|
|
{path: 'services/:id', component: ServicesComponent, canActivate: [AuthGuard]},
|