diff --git a/client/locator/routes.json b/client/locator/routes.json index c76ec3365..b508fcc5f 100644 --- a/client/locator/routes.json +++ b/client/locator/routes.json @@ -8,7 +8,7 @@ "url": "/locator", "state": "locator", "component": "vn-locator-index", - "acl": ["employee"] + "acl": ["developer"] } ] } \ No newline at end of file diff --git a/client/production/routes.json b/client/production/routes.json index f0348d7d7..1c3abd874 100644 --- a/client/production/routes.json +++ b/client/production/routes.json @@ -8,7 +8,7 @@ "url": "/production", "state": "production", "component": "vn-production-index", - "acl": ["employee"] + "acl": ["developer"] } ] } \ No newline at end of file diff --git a/client/route/routes.json b/client/route/routes.json index 38659dd17..9e7c48833 100644 --- a/client/route/routes.json +++ b/client/route/routes.json @@ -14,7 +14,7 @@ "url": "/list", "state": "routes.index", "component": "vn-route-index", - "acl": ["employee"] + "acl": ["developer"] }, { "url": "/create", diff --git a/services/loopback/favicon.ico b/services/loopback/favicon.ico index affd413f8..0de7b90c9 100644 Binary files a/services/loopback/favicon.ico and b/services/loopback/favicon.ico differ