Skip to content

Commit

Permalink
HAWKULAR-468 - Implemented User Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Oct 8, 2015
1 parent aac884f commit 84ee3ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rest/hawkRest-accounts-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ module hawkularRest {
'update': {method: 'PUT'}
}
);
factory.Settings = $resource(
prefix + '/hawkular/accounts/settings', null, {
'update': {method: 'PUT'}
}
);

return factory;
}];
Expand Down

0 comments on commit 84ee3ca

Please sign in to comment.