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:
parent
bea9483132
commit
2318710c68
4
frontend/dist/bundle.js
vendored
4
frontend/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
2
frontend/dist/bundle.js.map
vendored
2
frontend/dist/bundle.js.map
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
const defaultErrorMessage = 'Unexptected exception when talking to unleash-api';
|
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) {
|
function throwIfNotSuccess (response) {
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
|
Loading…
Reference in New Issue
Block a user