This commit is contained in:
DingZQ
2025-02-05 15:13:32 +08:00
parent 7803164f47
commit 49a14a8343

View File

@@ -1928,6 +1928,7 @@ async def download_inp(name: str, response: Response):
response.status_code = status.HTTP_400_BAD_REQUEST
return True
# DingZQ, 2024-12-28, convert v3 to v2
@app.get("/convertv3tov2/",response_model=None)
async def fastapi_convert_v3_to_v2(req: Request) -> ChangeSet: