1
0
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:
ivaosthu 2016-11-30 19:11:36 +01:00
parent 652c4b39f4
commit 8af876f3d0

View File

@ -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) {