upd: api mobile

Deskripsi:
- update mobile load member
- update mobile api create member

nb : blm bisa upload gambar

No Issues
This commit is contained in:
amel
2025-05-02 17:38:24 +08:00
parent 3136cd48f6
commit be6cb9415e
5 changed files with 36 additions and 30 deletions

View File

@@ -71,7 +71,7 @@ export async function POST(request: Request) {
// create log user
const log = await createLogUser({ act: 'CREATE', desc: 'User membuat data grup', table: 'group', data: data.id })
return NextResponse.json({ success: true, message: "Berhasil menambahkan grup", data, }, { status: 200 });
return NextResponse.json({ success: true, message: "Berhasil menambahkan grup", }, { status: 200 });
} catch (error) {
console.error(error);
return NextResponse.json({ success: false, message: "Gagal menambahkan grup, coba lagi nanti (error: 500)", reason: (error as Error).message, }, { status: 500 });