feat : update position

This commit is contained in:
lukman
2024-07-31 17:03:44 +08:00
parent 9d9046127d
commit 4a4da15998
7 changed files with 246 additions and 68 deletions

View File

@@ -12,6 +12,7 @@ export async function getOnePosition(req: NextRequest) {
select: {
id: true,
name: true,
idGroup: true,
},
});