amalia/01-des-25 #52

Merged
amaliadwiy merged 2 commits from amalia/01-des-25 into main 2025-12-01 15:25:25 +08:00
2 changed files with 8 additions and 2 deletions
Showing only changes of commit 23df516aad - Show all commits

View File

@@ -538,6 +538,12 @@ const PengaduanRoute = new Elysia({
return {
success: true,
file : JSON.stringify(file),
fileInfo: {
name: file.name || 'kosong',
size: file.size || 0,
type: file.type || 'kosong'
}
// message: "Upload berhasil",
// filename: renamedFile.name,
// size: renamedFile.size,