Merge branch 'join' into bagas/12-feb-25

This commit is contained in:
Bagasbanuna02
2025-02-12 11:01:29 +08:00
committed by GitHub
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",