Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
Signed-off-by: Raghav Kaul <[email protected]>
  • Loading branch information
raghavkaul committed Mar 25, 2024
1 parent 7371fc1 commit 689dcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scorecards-site/static/viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@
}

async function apiFetch(platform, org, repo, commit) {
const response = await fetch(`https://api.securityscorecards.dev/projects/${platform}/${org}/${repo}${commit ? `?commit=${commit}` : ''}`);
const response = await fetch(`https://api.scorecard.dev/projects/${platform}/${org}/${repo}${commit ? `?commit=${commit}` : ''}`);
if (response.ok) {
const data = await response.json();
return data;
Expand Down

0 comments on commit 689dcb2

Please sign in to comment.