From 8af876f3d05b6b953b0a5cb8c82b7346dbe4154e Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Wed, 30 Nov 2016 19:11:36 +0100 Subject: [PATCH] update metrics URI for feature-toggles --- frontend/src/store/feature-metrics-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/store/feature-metrics-api.js b/frontend/src/store/feature-metrics-api.js index 2368b952fe..a1a54bf9f2 100644 --- a/frontend/src/store/feature-metrics-api.js +++ b/frontend/src/store/feature-metrics-api.js @@ -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) {