Carlos Mario Toro
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
tests/test_openapi_examples.py
|
|
@ -10,7 +10,7 @@ external_docs = { |
|
|
|
"url": "https://docs.example.com/api-general", |
|
|
|
} |
|
|
|
|
|
|
|
app = FastAPI(external_docs=external_docs) |
|
|
|
app = FastAPI(openapi_external_docs=external_docs) |
|
|
|
|
|
|
|
|
|
|
|
class Item(BaseModel): |
|
|
|