Skip to content

Commit

Permalink
Update CORS proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ConcurrentCrab authored Jan 27, 2024
1 parent 5643a23 commit eb9d7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function preloadImages(images) {
}

function bypassCORS(url) {
return `https://corsproxy.io/?${encodeURIComponent(url)}`;
return `https://corsproxy.org/?${encodeURIComponent(url)}`;
}

async function fetchColorAPI(color, target, limit) {
Expand Down

0 comments on commit eb9d7f5

Please sign in to comment.