tambah division api index

This commit is contained in:
bipproduction
2024-07-08 12:31:47 +08:00
73 changed files with 2379 additions and 602 deletions

View File

@@ -0,0 +1,3 @@
export function listProject(req: Request) {
return Response.json({ message: "ini adalah project" })
}