Desc:
- Perubahan minor
This commit is contained in:
2023-10-06 15:09:59 +08:00
parent 80594415e0
commit b49eb321de
9 changed files with 81 additions and 55 deletions

View File

@@ -17,7 +17,6 @@ export async function POST(req: Request) {
masterBidangBisnisId: body.masterBidangBisnisId,
},
});
console.log(data)
return NextResponse.json({ status: 201, success: true });
}