Skip to content

Commit

Permalink
Merge pull request #6 from fabrix-app/v1.1
Browse files Browse the repository at this point in the history
[fix] permission names
  • Loading branch information
scott-wyatt authored Aug 29, 2018
2 parents 64cd3db + b0ad950 commit c002fea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/config/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const routes = {
},
app: {
permissions: {
resource_name: 'apiGetAnalyticNameRoute',
resource_name: 'apiGetAnalyticNameGroupRoute',
roles: ['admin']
}
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabrix/spool-analytics",
"version": "1.1.4",
"version": "1.1.5",
"description": "Spool: Analytics for Fabrix",
"homepage": "https://fabrix.app",
"author": {
Expand Down

0 comments on commit c002fea

Please sign in to comment.