We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685e7bf commit 2f6e328Copy full SHA for 2f6e328
code.js
@@ -16,7 +16,7 @@ function normalizeUrl(url) {
16
17
// Function to fetch data from the API and output JSON
18
async function fetchData() {
19
- const apiUrl = 'https://api.green-coding.io/v2/runs?uri=https%3A%2F%2Fgithub.com%2Fgreen-coding-solutions%2Fgreen-metrics-tool&filename=templates%2Fwebsite%2Fusage_scenario.yml&failed=false&limit=10';
+ const apiUrl = 'https://api.green-coding.io/v2/runs?uri=https%3A%2F%2Fgithub.com%2Fgreen-coding-solutions%2Fgreen-metrics-tool&filename=templates%2Fwebsite%2Fusage_scenario_cached.yml&failed=false&limit=10';
20
21
try {
22
const response = await fetch(apiUrl);
0 commit comments