update pos consumer
This commit is contained in:
+1
-1
@@ -19,13 +19,13 @@ export const appRoutes: Routes = [
|
||||
CONSUMER_ROUTES,
|
||||
PROVIDER_ROUTES,
|
||||
PARTNER_ROUTES,
|
||||
POS_ROUTES,
|
||||
{ path: 'ng', component: Dashboard },
|
||||
{ path: 'uikit', loadChildren: () => import('./app/pages/uikit/uikit.routes') },
|
||||
{ path: 'documentation', component: Documentation },
|
||||
{ path: 'pages', loadChildren: () => import('./app/pages/pages.routes') },
|
||||
],
|
||||
},
|
||||
POS_ROUTES,
|
||||
// {
|
||||
// path: 'pos/:posId',
|
||||
// component: POSComponent,
|
||||
|
||||
Reference in New Issue
Block a user