Browse Source

Merge 8df0b7501c into 313723494b

pull/13703/merge
Kwame Wright 1 day ago
committed by GitHub
parent
commit
1cda793658
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      docs_src/dependencies/tutorial012_an_py39.py

3
docs_src/dependencies/tutorial012_an_py39.py

@ -1,5 +1,6 @@
from typing import Annotated
from fastapi import Depends, FastAPI, Header, HTTPException
from typing_extensions import Annotated
async def verify_token(x_token: Annotated[str, Header()]):

Loading…
Cancel
Save