Merge pull request #99 from bipproduction/lukman/8-agustus-2024

Lukman/8 agustus 2024
This commit is contained in:
Amalia
2024-08-08 13:42:10 +08:00
committed by GitHub
11 changed files with 176 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
import { apiDivision } from "@/module/division_new";
import { NextRequest } from "next/server";
export const dynamic = 'force-dynamic'
export async function GET(req: NextRequest) {
return apiDivision(req, "GET")
}