Erik Vroon
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
fastapi/openapi/docs.py
|
|
@ -106,6 +106,9 @@ def get_redoc_html( |
|
|
|
</style> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<noscript> |
|
|
|
ReDoc requires Javascript to function. Please enable it to browse the documentation. |
|
|
|
</noscript> |
|
|
|
<redoc spec-url="{openapi_url}"></redoc> |
|
|
|
<script src="{redoc_js_url}"> </script> |
|
|
|
</body> |
|
|
|