Update GraphQL and network URLs
This commit is contained in:
parent
1750dd33df
commit
1720d39082
@ -3,7 +3,7 @@ import { ApolloClient, createHttpLink, InMemoryCache } from '@apollo/client/core
|
||||
export const apolloClient = () => {
|
||||
|
||||
const httpLink = createHttpLink({
|
||||
uri: 'http://10.8.0.13:8080/graphql',
|
||||
uri: 'http://192.168.1.84/:32180/graphql',
|
||||
credentials: 'include', // Include credentials for cross-origin requests
|
||||
});
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import axios from 'axios'
|
||||
|
||||
const instance = axios.create({
|
||||
baseURL: 'http://10.8.0.13:8443'
|
||||
baseURL: 'http://192.168.1.84/:32180'
|
||||
})
|
||||
|
||||
const getUid = async () => await instance.get('/uid')
|
||||
|
Loading…
x
Reference in New Issue
Block a user