Update file permissions for multiple files

This commit is contained in:
Eko Haryadi
2024-02-19 09:08:50 +07:00
parent 1750dd33df
commit 6c5e0fe763
239 changed files with 1433 additions and 928 deletions

2
src/utils/graphql.ts Normal file → Executable file
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.13:8080/graphql',
uri: 'http://10.8.0.13:32169/graphql',
credentials: 'include', // Include credentials for cross-origin requests
});