update url

This commit is contained in:
Taskeren 2023-08-21 01:15:22 +08:00
parent 160524f840
commit 667634d807
No known key found for this signature in database
GPG Key ID: 1A491EE81C9B7F38
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ type HasId = {
async function explode_graphql<T>(query: string) {
return _axios.post<T>(
"http://34.92.20.158:10443/graphql",
"http://34.92.242.92:10443/graphql",
JSON.stringify({
operationName: "",
query: query,