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

0
src/utils/icons.ts Normal file → Executable file
View File

3
src/utils/network.ts Normal file → Executable file
View File

@ -6,9 +6,10 @@ const instance = axios.create({
const getUid = async () => await instance.get('/uid')
const getUidRegional = async (regional: number) => await instance.get('/uid?regional=' + regional)
const getRegional = async () => await instance.get('/regional')
const getMedia = async () => await instance.get('/media')
const getJenisTransaksi = async () => await instance.get('/jenisTransaksi')
const getUp3 = async (uid: number) => await instance.get('/up3?uid=' + uid)
const getUlp = async (up3: number) => await instance.get('/ulp?up3=' + up3)
const getPosko = async (uppp: number) => await instance.get('/posko?up3=' + uppp)
export { getUid, getUp3, getPosko, getUlp, getMedia, getJenisTransaksi, getUidRegional}
export { getUid, getUp3, getPosko, getUlp, getMedia, getJenisTransaksi, getUidRegional,getRegional}

0
src/utils/numbers.ts Normal file → Executable file
View File

0
src/utils/route.ts Normal file → Executable file
View File

0
src/utils/storage.ts Normal file → Executable file
View File

0
src/utils/texts.ts Normal file → Executable file
View File