Skip to content

Commit

Permalink
Add build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Feb 10, 2016
1 parent 609cf73 commit 77ca10a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,100 deletions.
2 changes: 1 addition & 1 deletion dist/hawkular-ui-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var hawkularRest;
factory.Persona = $resource(prefix + '/hawkular/accounts/personas/:id', { id: '@id' });
factory.Role = $resource(prefix + '/hawkular/accounts/roles/:id', { id: '@id' });
factory.Permission = $resource(prefix + '/hawkular/accounts/permissions/:id', { id: '@id' });
factory.Token = $resource(prefix + '/secret-store/v1/tokens/:id', { id: '@id' }, {
factory.Token = $resource(prefix + '/secret-store/v1/tokens/:key', { key: '@key' }, {
'update': { method: 'PUT' }
});
factory.OrganizationJoinRequest = $resource(prefix + '/hawkular/accounts/organizationJoinRequests/:organizationId', { organizationId: '@organizationId' }, {
Expand Down
Loading

0 comments on commit 77ca10a

Please sign in to comment.