upd: detail api

Deskripsi
- detail pengaduan by nomer pengaduan
- detail pengajuan surat by nomer pengajuan

No Issues
This commit is contained in:
2025-12-11 14:16:31 +08:00
parent fdf7b0a13f
commit 3f567b57b2
4 changed files with 13 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ export default function DetailPengajuanPage() {
const { data, mutate, isLoading } = useSwr("/", () =>
apiFetch.api.pelayanan.detail.get({
query: {
id: id!,
nomerPengajuan: id!,
},
}),
);

View File

@@ -44,7 +44,7 @@ export default function DetailPengaduanPage() {
const { data, mutate, isLoading } = useSwr("/", () =>
apiFetch.api.pengaduan.detail.get({
query: {
id: id!,
nomerPengaduan: id!,
},
}),
);