Kristoffer Smedlund
Results
1
comments of
Kristoffer Smedlund
Hello! I did this with a generated Protocol and overriding the DI, relevant code below: ``` python # Generated this code (in different files) app = FastAPI(...) router = APIRouter(tags=['Hello'])...