Map changed and made available to customers
This commit is contained in:
parent
306821b09f
commit
49be482299
3 changed files with 4 additions and 4 deletions
|
@ -50,6 +50,7 @@ const routes: Routes = [
|
|||
path: 'leaderboard',
|
||||
component: LeaderboardComponent,
|
||||
data: { title: 'Leaderboards' },
|
||||
canActivate: [CustomerGuard],
|
||||
},
|
||||
{
|
||||
path: 'transaction-log',
|
||||
|
@ -59,8 +60,7 @@ const routes: Routes = [
|
|||
{
|
||||
path: 'map',
|
||||
component: MapComponent,
|
||||
data: { title: 'Supplier Map' },
|
||||
canActivate: [OrgGuard],
|
||||
data: { title: 'Purchase Map' },
|
||||
},
|
||||
{
|
||||
path: 'payroll-log',
|
||||
|
|
Reference in a new issue