lot of changes on someday
This commit is contained in:
@ -13,11 +13,13 @@ import { CandidateDetailsComponent } from './candidate-details/candidate-details
|
||||
import { CheckStatusComponent } from './check-status/check-status.component';
|
||||
|
||||
const routes: Routes = [
|
||||
|
||||
|
||||
{
|
||||
path: 'index',
|
||||
component: Index6Component
|
||||
path: '',
|
||||
component: Index6Component,
|
||||
},
|
||||
|
||||
{
|
||||
path: 'registrationStatus',
|
||||
component: RegistrationStatusComponent
|
||||
@ -45,6 +47,7 @@ const routes: Routes = [
|
||||
path: 'register/:id',
|
||||
component: RegisterComponent
|
||||
},
|
||||
|
||||
{
|
||||
path: '',
|
||||
redirectTo: 'index',
|
||||
|
||||
Reference in New Issue
Block a user