mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-15 12:28:17 +08:00
🐛 Fix: upload clipboard images via http should return list
ISSUES CLOSED: #721
This commit is contained in:
@@ -29,7 +29,7 @@ router.post('/upload', async ({
|
||||
response,
|
||||
body: {
|
||||
success: true,
|
||||
result: res
|
||||
result: [res]
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user