1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

fix url to toggle metrics

This commit is contained in:
ivaosthu 2016-12-01 17:18:51 +01:00
parent bea9483132
commit 2318710c68
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
const defaultErrorMessage = 'Unexptected exception when talking to unleash-api';
const URI = '/api/metrics/feature-toggles';
const URI = '/api/client/metrics/feature-toggles';
function throwIfNotSuccess (response) {
if (!response.ok) {