upd: update fitur group

Deskripsi:
- update pembaruan api terbaru
- pengaplikasian api, consume api

No Issues
This commit is contained in:
amel
2024-08-08 12:26:48 +08:00
parent cf1e2fc622
commit cd35a43f88
11 changed files with 47 additions and 168 deletions

View File

@@ -1,6 +0,0 @@
import { apiGroup } from "@/module/group";
import { NextRequest } from "next/server";
export async function POST(req: NextRequest) {
return apiGroup(req, "POST")
}