style: コメント修正
This commit is contained in:
parent
d848719bfd
commit
04b385117c
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user