upd: create investasi

Deskripsi:
- api master create investasi

No Issues
This commit is contained in:
amel
2024-12-16 10:54:37 +08:00
parent 33be52fb6f
commit 99480604e4
5 changed files with 473 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
export const apiGetMasterInvestasi = async (path?: string) => {
const response = await fetch(`/api/new/investasi/master${(path) ? path : ''}`)
return await response.json().catch(() => null)
}