Merge branch 'refactoring' of http://git.enode/deployer3000/trust-module-frontend into refactoring

pull/27/head
DmitriyA 2025-03-19 09:47:09 -04:00
commit 5ec58ab476
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ const PrometheusChart = ({ metricName }) => {
else if (range <= 86400) step = 120; else if (range <= 86400) step = 120;
else step = 300; else step = 300;
const response = await axios.get('http://192.168.2.39:3000/metrics', { const response = await axios.get('https://192.168.2.43:3000/metrics', {
params: { metric: metricName, start, end, step }, params: { metric: metricName, start, end, step },
}); });