upd: api group

Deskripsi:
- pengaplikasian api group metode terbaru pada beberapa fitur

No Issues
This commit is contained in:
amel
2024-08-08 17:20:08 +08:00
parent 7f18f1cb78
commit f83fae160c
13 changed files with 105 additions and 196 deletions

View File

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