From 667634d8070cb0364085f22a9a4b8e48d74ff5bc Mon Sep 17 00:00:00 2001 From: Taskeren Date: Mon, 21 Aug 2023 01:15:22 +0800 Subject: [PATCH] update url --- server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,