Commit 84c0012d authored by Rais Aryaguna's avatar Rais Aryaguna

fix: Correct endpoint paths for faktur_keterangan and faktur_idtambahan

parent cf7f44f4
This diff is collapsed.
...@@ -89,7 +89,7 @@ export const endpoints = { ...@@ -89,7 +89,7 @@ export const endpoints = {
kop_bpu: '/sandbox/mst_kop_bpu', kop_bpu: '/sandbox/mst_kop_bpu',
kop_bpsp: '/sandbox/mst_kop_bpsp', kop_bpsp: '/sandbox/mst_kop_bpsp',
kop_all: '/sandbox/mst_kop_all', kop_all: '/sandbox/mst_kop_all',
faktur_keterangan: '/sandbox/mst_faktur_kode', faktur_keterangan: '/sandbox/mst_faktur_keterangan',
faktur_idtambahan: '/sandbox/mst_faktur_keterangan', faktur_idtambahan: '/sandbox/mst_faktur_idtambahan',
}, },
} as const; } as const;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment