From eb9d7f580854a659c6aecbce00bd972b32b3d571 Mon Sep 17 00:00:00 2001 From: Ishan Bhargava <102517200+ConcurrentCrab@users.noreply.github.com> Date: Sat, 27 Jan 2024 16:59:08 +0530 Subject: [PATCH] Update CORS proxy --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 9ccde77..64e71d5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -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) {