Skip to content

Commit b1c063f

Browse files
committed
Update GraphQL API baseURL to api.iq.wiki
1 parent 8862cfc commit b1c063f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/wiki-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const cache = new QuickLRU({
183183
});
184184

185185
export const api = axios.create({
186-
baseURL: "https://graph.everipedia.org/graphql",
186+
baseURL: "https://api.iq.wiki/graphql",
187187
headers: {
188188
"Content-Type": "application/json",
189189
},

0 commit comments

Comments
 (0)