Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: carrot doesn't work during contest
Browse files Browse the repository at this point in the history
rewhile committed Jul 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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);

0 comments on commit d44831f

Please sign in to comment.