Skip to content

Commit

Permalink
fix: carrot doesn't work during contest
Browse files Browse the repository at this point in the history
  • Loading branch information
rewhile committed Jul 11, 2024
1 parent 18bcddd commit d44831f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carrot/src/background/cf-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d44831f

Please sign in to comment.