Skip to content

Commit

Permalink
HAWKULAR-872 - Changed endpoint for tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Dec 17, 2015
1 parent 5ae4dd5 commit f974378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest/hawkRest-accounts-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module 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 + '/hawkular/secret-store/v1/tokens/:id', {id:'@id'});
factory.Token = $resource(prefix + '/secret-store/v1/tokens/:id', {id:'@id'});
factory.Organization = $resource(prefix + '/hawkular/accounts/organizations/:id',
{
id:'@id'
Expand Down

0 comments on commit f974378

Please sign in to comment.