We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8862cfc commit b1c063fCopy full SHA for b1c063f
src/lib/wiki-helpers.ts
@@ -183,7 +183,7 @@ const cache = new QuickLRU({
183
});
184
185
export const api = axios.create({
186
- baseURL: "https://graph.everipedia.org/graphql",
+ baseURL: "https://api.iq.wiki/graphql",
187
headers: {
188
"Content-Type": "application/json",
189
},
0 commit comments