Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Bredov (0.16 sec)

  1. fastapi/applications.py

                    )
            if self.openapi_url and self.redoc_url:
    
                async def redoc_html(req: Request) -> HTMLResponse:
                    root_path = req.scope.get("root_path", "").rstrip("/")
                    openapi_url = root_path + self.openapi_url
                    return get_redoc_html(
                        openapi_url=openapi_url, title=f"{self.title} - ReDoc"
                    )
    
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 172.2K bytes
    - Viewed (0)
Back to top