upd: task

Deskripsi:
- tambah detail task divisi

No Issues
This commit is contained in:
amel
2024-08-19 15:15:16 +08:00
parent ca1d3433ef
commit 5e591c6908
8 changed files with 234 additions and 5 deletions

View File

@@ -78,6 +78,7 @@ export async function GET(request: Request) {
}
// CREATE PROJECT TASK DIVISION
export async function POST(request: Request) {
try {
const user = await funGetUserByCookies()