Update codebase and add coverage report
Removed an old run configuration, added a new coverage XML report, and updated multiple source files including main.py, middleware, models, routers, services, tests, and utility modules. Also updated pyproject.toml and the lock file. These changes likely include code improvements, test coverage updates, and dependency adjustments.
This commit is contained in:
@@ -362,7 +362,7 @@ async def download_archive(session_id: str) -> ResponseBase:
|
||||
_download_router = APIRouter(prefix="/download")
|
||||
|
||||
|
||||
@_download_router.put(
|
||||
@_download_router.post(
|
||||
path='/{file_id}',
|
||||
summary='创建下载令牌',
|
||||
description='为指定文件创建下载令牌(JWT),有效期1小时。',
|
||||
|
||||
Reference in New Issue
Block a user