... HTTPBearer to tell swagger your api endpoint needs an Authorization header. from fastapi.security import HTTPBearer auth_scheme = HTTPBearer () @app.get ...
確定! 回上一頁