This commit is contained in:
2025-02-12 10:54:57 +08:00
parent 8651357a3d
commit a9b669b92d
10 changed files with 90 additions and 36 deletions

View File

@@ -37,7 +37,7 @@ const apiPostVerifikasiCodeOtp = async ({ nomor }: { nomor: string }) => {
};
const apiDeleteAktivasiKodeOtpByNomor = async ({ id }: { id: string }) => {
const respone = await fetch(`/api/auth/code/${id}`, {
const respone = await fetch(`/api/auth/code/${id}/peserta`, {
method: "DELETE",
headers: {
"Content-Type": "application/json",