From 89b0f3760f58263848d61569e731a315830e11c1 Mon Sep 17 00:00:00 2001 From: rpurnama1409 Date: Sat, 24 Feb 2024 14:50:44 +0700 Subject: [PATCH] Update GraphQL and network URLs --- src/utils/graphql.ts | 2 +- src/utils/network.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/graphql.ts b/src/utils/graphql.ts index 1ce6ff5..42650f3 100755 --- a/src/utils/graphql.ts +++ b/src/utils/graphql.ts @@ -3,7 +3,7 @@ import { ApolloClient, createHttpLink, InMemoryCache } from '@apollo/client/core export const apolloClient = () => { const httpLink = createHttpLink({ - uri: 'http://10.8.0.31:32169/graphql', + uri: 'http://10.1.50.173:32180/graphql', credentials: 'include', // Include credentials for cross-origin requests }); diff --git a/src/utils/network.ts b/src/utils/network.ts index 8ef57fa..18e1822 100755 --- a/src/utils/network.ts +++ b/src/utils/network.ts @@ -1,5 +1,5 @@ import axios from 'axios' -const url = 'http://10.8.0.13:32180' +const url = 'http://10.1.50.173:32181' const instance = axios.create({ // baseURL: 'http://192.168.1.84:32180' baseURL: url