style: コメント修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-08-22 10:21:20 +09:00
parent d848719bfd
commit 04b385117c

View File

@ -114,7 +114,7 @@ class AfterSetCookieSessionRoute(PrepareDatabaseRoute):
"""事後処理として、セッションキーをcookieに設定するカスタムルートハンドラー
Args:
PrepareDatabaseRoute (PrepareDatabaseRoute): DBチェックハンドラー
PrepareDatabaseRoute (PrepareDatabaseRoute): DBエンジンセットアップルートハンドラー
"""
async def post_process_route(self, request: Request, response: Response):
response = await super().post_process_route(request, response)