示例#1
0
async def swagger_ui_redirect():
    """
    Trying to load in custom CSS file for docs pages.

    Returns:
        [type]: [description]
    """
    return get_swagger_ui_oauth2_redirect_html()
示例#2
0
 async def swagger_ui_redirect(req: Request) -> HTMLResponse:
     return get_swagger_ui_oauth2_redirect_html()
示例#3
0
async def swagger_ui_redirect():
    return get_swagger_ui_oauth2_redirect_html()
示例#4
0
 def openapi_redirect():
     return get_swagger_ui_oauth2_redirect_html()
示例#5
0
 def get(self, request: Request):
     return get_swagger_ui_oauth2_redirect_html()