mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-03 22:47:19 +08:00
✨ Feature: add remote file delete , picBed management
First version of PicList. In album, you can delete remote file now. Add picBed management function.
This commit is contained in:
@@ -19,7 +19,7 @@ export const handleResponse = ({
|
||||
body?: any
|
||||
}) => {
|
||||
if (body?.success === false) {
|
||||
logger.warn('[PicGo Server] upload failed, see picgo.log for more detail ↑')
|
||||
logger.warn('[PicList Server] upload failed, see piclist.log for more detail ↑')
|
||||
}
|
||||
response.writeHead(statusCode, header)
|
||||
response.write(JSON.stringify(body))
|
||||
|
||||
Reference in New Issue
Block a user