Prepare for server test
This commit is contained in:
parent
e332f011b2
commit
48cc58a8f9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const routes: Routes = [
|
||||||
{ path: 'receipt/:orderId', component: ReceiptComponent},
|
{ path: 'receipt/:orderId', component: ReceiptComponent},
|
||||||
{ path: 'invoice/:orderId', component: InvoiceComponent},
|
{ path: 'invoice/:orderId', component: InvoiceComponent},
|
||||||
{ path: 'pmtservice', component: PmtserviceComponent},
|
{ path: 'pmtservice', component: PmtserviceComponent},
|
||||||
{ path: 'test', component: XeroRegComponent},
|
{ path: 'xeroauth', component: XeroRegComponent},
|
||||||
{ path: 'login', component: LoginComponent, resolve: { response: NodeResolverService}}
|
{ path: 'login', component: LoginComponent, resolve: { response: NodeResolverService}}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue