diff --git a/carrot/src/background/cf-api.js b/carrot/src/background/cf-api.js index c658162..334cc55 100644 --- a/carrot/src/background/cf-api.js +++ b/carrot/src/background/cf-api.js @@ -2,7 +2,7 @@ * Utility to fetch data from the Codeforces API. */ -const API_URL_PREFIX = 'https://codeforces.com/api/'; +const API_URL_PREFIX = 'https://mirror.codeforces.com/api/'; async function apiFetch(path, queryParams) { const url = new URL(API_URL_PREFIX + path);