Map changed and made available to customers

This commit is contained in:
piratefinn 2017-11-13 12:39:31 +00:00
parent 306821b09f
commit 49be482299
3 changed files with 4 additions and 4 deletions

View file

@ -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',