Skip to content

Commit

Permalink
Merge pull request #44 from fkovinAtRocket/feature/RBAC
Browse files Browse the repository at this point in the history
Feature/rbac
  • Loading branch information
1000TurquoisePogs authored Mar 28, 2019
2 parents fcd313d + 3297838 commit de4a96f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/zluxArgs.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ const appConfig = {
{
method: '*',
url: '/security-mgmt'
} ,
{
method: '*',
url: '/saf-auth'
}
]
};
Expand Down

0 comments on commit de4a96f

Please sign in to comment.