mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
update metrics URI for feature-toggles
This commit is contained in:
parent
652c4b39f4
commit
8af876f3d0
@ -1,6 +1,6 @@
|
||||
const defaultErrorMessage = 'Unexptected exception when talking to unleash-api';
|
||||
|
||||
const URI = '/api/metrics/features';
|
||||
const URI = '/api/metrics/feature-toggles';
|
||||
|
||||
function throwIfNotSuccess (response) {
|
||||
if (!response.ok) {
|
||||
|
Loading…
Reference in New Issue
Block a user