mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-06 16:20:09 +08:00
🔨 Refactor(custom): add log for formdata upload
This commit is contained in:
@@ -96,7 +96,7 @@ class Server {
|
|||||||
}
|
}
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
const list = request.files.map(file => file.path)
|
const list = request.files.map(file => file.path)
|
||||||
|
logger.info('[PicList Server] get a formData request')
|
||||||
const handler = routers.getHandler(url)?.handler
|
const handler = routers.getHandler(url)?.handler
|
||||||
if (handler) {
|
if (handler) {
|
||||||
handler({
|
handler({
|
||||||
|
|||||||
Reference in New Issue
Block a user