from starlette.middleware.authentication import ... func: .. code-block:: python app = FastAPI() @app.on_event('startup') async def startup(): ...
確定! 回上一頁