Fix: Table parse method issue. (#11627)

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-12-01 12:42:35 +08:00
committed by GitHub
parent 9d0309aedc
commit 88a28212b3
3 changed files with 18 additions and 16 deletions

View File

@ -706,6 +706,7 @@ async def set_meta():
except Exception as e:
return server_error_response(e)
@manager.route("/upload_info", methods=["POST"]) # noqa: F821
async def upload_info():
files = await request.files