diff --git a/metapage.js.html b/metapage.js.html index b56e770..aa3c980 100644 --- a/metapage.js.html +++ b/metapage.js.html @@ -2,7 +2,7 @@ // https://git.ctdo.de/ctdo/wikijs-metabot/ async function graphql(query) { - const res = await fetch('https://wiki.ctdo.de/graphql', { + const res = await fetch('/graphql', { method: 'POST', headers: { 'Content-Type': 'application/json',