API Detail Publish Daftar Transaksi

This commit is contained in:
2025-02-14 14:00:06 +08:00
parent f9cbf63a44
commit 54314ee506
6 changed files with 129 additions and 27 deletions

View File

@@ -67,4 +67,8 @@ const apiGetAdminInvestasiById = async ({id} : {id: string}) => {
})
return await response.json().catch(() => null);
}
const apiGetAdminAllTransaksiById = async () => {
}