🐛 Fix: upload clipboard images via http should return list

ISSUES CLOSED: #721
This commit is contained in:
PiEgg 2021-08-12 22:17:14 +08:00
parent 019efd354c
commit ae692632a5

View File

@ -29,7 +29,7 @@ router.post('/upload', async ({
response,
body: {
success: true,
result: res
result: [res]
}
})
} else {