🔨 Refactor(custom): add log for formdata upload

This commit is contained in:
Kuingsmile
2023-12-07 06:55:31 -08:00
parent 2de1a1f0f6
commit 8bc3323d97

View File

@@ -96,7 +96,7 @@ class Server {
}
// @ts-ignore
const list = request.files.map(file => file.path)
logger.info('[PicList Server] get a formData request')
const handler = routers.getHandler(url)?.handler
if (handler) {
handler({