コード例 #1
0
ファイル: main.py プロジェクト: KaranTrivedi/dirlist-api
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
ファイル: main.py プロジェクト: odgon/monitoring-vertica
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
ファイル: endpoints.py プロジェクト: sinisaos/piccolo_api
 def get(self, request: Request):
     return get_swagger_ui_oauth2_redirect_html()