Update file permissions for multiple files
This commit is contained in:
2
src/utils/graphql.ts
Normal file → Executable file
2
src/utils/graphql.ts
Normal file → Executable 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
0
src/utils/icons.ts
Normal file → Executable file
3
src/utils/network.ts
Normal file → Executable file
3
src/utils/network.ts
Normal file → Executable 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
0
src/utils/numbers.ts
Normal file → Executable file
0
src/utils/route.ts
Normal file → Executable file
0
src/utils/route.ts
Normal file → Executable file
0
src/utils/storage.ts
Normal file → Executable file
0
src/utils/storage.ts
Normal file → Executable file
0
src/utils/texts.ts
Normal file → Executable file
0
src/utils/texts.ts
Normal file → Executable file
Reference in New Issue
Block a user