Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
feat(metrics): adding new route to change quota on new service
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreZ committed Mar 7, 2018
1 parent 085f93c commit 6c655ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/metrics/metrics.service.lexi.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ angular
getConsumption: {
url: "/metrics/:serviceName/consumption",
method: "GET"
},
setQuota: {
url: "/metrics/:serviceName/quota",
method: "PUT",
interceptor: interceptor
}
});

Expand Down

0 comments on commit 6c655ff

Please sign in to comment.