Sync fastapi docs from 50fa3f7c on 2026-01-11
This commit is contained in:
@@ -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()]):
|
||||
|
||||
Reference in New Issue
Block a user