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