Update code: fixed bugs and added new features
This commit is contained in:
@ -6,6 +6,8 @@ const instance = axios.create({
|
||||
|
||||
|
||||
const getUid = async () => await instance.get('/uid');
|
||||
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);
|
||||
|
Reference in New Issue
Block a user