Skip to content

Commit 2f6e328

Browse files
committed
Moving to new usage scenario file after playwright enhanced update
1 parent 685e7bf commit 2f6e328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function normalizeUrl(url) {
1616

1717
// Function to fetch data from the API and output JSON
1818
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';
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_cached.yml&failed=false&limit=10';
2020

2121
try {
2222
const response = await fetch(apiUrl);

0 commit comments

Comments
 (0)