feat : ammouncement

This commit is contained in:
lukman
2024-08-08 13:38:56 +08:00
parent cf1e2fc622
commit 583f754903
11 changed files with 177 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")
}