Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OPENAPI_URL (0.06 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"
                    )
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Aug 17 04:52:31 UTC 2024
    - 172.2K bytes
    - Viewed (0)
Back to top