mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-12 23: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,
|
response,
|
||||||
body: {
|
body: {
|
||||||
success: true,
|
success: true,
|
||||||
result: res
|
result: [res]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user