mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-13 08:28:13 -04:00
🐛 Fix: picgo-server upload clipboard file's result bug
This commit is contained in:
parent
c3fe613696
commit
4ebd76ff11
@ -24,7 +24,7 @@ router.get('/upload', async ({
|
|||||||
response,
|
response,
|
||||||
body: {
|
body: {
|
||||||
success: true,
|
success: true,
|
||||||
result: [res.result]
|
result: res.result
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user