Skip to content

Commit

Permalink
fix proxy url
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Dec 16, 2024
1 parent 49ad807 commit 075aec3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/api/curiosa/api.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import axios from "axios";

// allows bypassing CORS headers without spinning up a server.
const CORS_PROXY = "https://corsproxy.io/?";
// const CORS_PROXY = "https://corsproxy.io/?"; bypassed rate limit
const CORS_PROXY = "https://corsproxy.innkeeper1.workers.dev/?url=";

type Card = {
identifier: string;
Expand Down

0 comments on commit 075aec3

Please sign in to comment.