diff --git a/server.ts b/server.ts index 480fd3d..d54d38b 100644 --- a/server.ts +++ b/server.ts @@ -82,7 +82,7 @@ type HasId = { async function explode_graphql(query: string) { return _axios.post( - "http://34.92.20.158:10443/graphql", + "http://34.92.242.92:10443/graphql", JSON.stringify({ operationName: "", query: query,