diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index d70110c..86675e4 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -20,7 +20,7 @@ const routes: Routes = [ { path: 'receipt/:orderId', component: ReceiptComponent}, { path: 'invoice/:orderId', component: InvoiceComponent}, { path: 'pmtservice', component: PmtserviceComponent}, - { path: 'test', component: XeroRegComponent}, + { path: 'xeroauth', component: XeroRegComponent}, { path: 'login', component: LoginComponent, resolve: { response: NodeResolverService}} ];