I have this code in FastAPI project @router.get("/main") async def main(): task = test_1.apply_async() data = task.get(timeout=30, ...
確定! 回上一頁