... include_in_schema=False) async def openapi(username: str = Depends(get_current_username)): return get_openapi(title = "FastAPI", version="0.1.0", ...
確定! 回上一頁