mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-18 01:37:35 +08:00
🔨 Refactor(custom): add log for formdata upload
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user