production only acl to developers

This commit is contained in:
Daniel Herrero 2017-11-15 13:11:04 +01:00
parent d5d8145fee
commit dd14ddb8bd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"url": "/production",
"state": "production",
"component": "vn-production-index",
"acl": ["employee"]
"acl": ["developer"]
}
]
}