tambahan untuk divisi
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { getCountDivision } from "@/module/division/lib/division/get_count_devision"
|
||||
export async function GET() {
|
||||
const countDivision = getCountDivision()
|
||||
return Response.json({ count: countDivision })
|
||||
}
|
||||
Reference in New Issue
Block a user