Update GraphQL and network URLs

This commit is contained in:
rpurnama1409 2024-02-24 14:50:44 +07:00
parent 21abb95623
commit 89b0f3760f
2 changed files with 2 additions and 2 deletions

View File

@ -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
});

View File

@ -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