From f2cf9c8e23b30f40b821b856169a9f38076ee5fb Mon Sep 17 00:00:00 2001 From: Denis Date: Thu, 22 Jul 2021 11:15:36 +0300 Subject: [PATCH] Update url for cdn-resources --- CHANGELOG.md | 5 ++--- package.json | 2 +- src/plugin.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de7f77..d5f665b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ # Changelog -## 1.0.5 +## 1.0.6 -- Support deleted cdn resource -- Support automatic chosen scale value for the bandwidth metric +- Update url for resources https://api.gcdn.co/cdn/resources diff --git a/package.json b/package.json index 86bc201..cf14f08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gcore-cdn-stats", - "version": "1.0.5", + "version": "1.0.6", "description": "", "scripts": { "build": "grafana-toolkit plugin:build", diff --git a/src/plugin.json b/src/plugin.json index f5d6bc0..b010296 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -47,7 +47,7 @@ }, { "path": "resources", - "url": "https://api.gcdn.co/resources", + "url": "https://api.gcdn.co/cdn/resources", "headers": [ { "name": "Authorization",