fix:レビュー指摘反映、スタートアップイベントが実行されていなかったのを修正
This commit is contained in:
parent
5d5ef88339
commit
11990ab6cc
@ -43,4 +43,4 @@ app.add_exception_handler(status.HTTP_403_FORBIDDEN, http_exception_handler)
|
||||
app.add_exception_handler(UnexpectedException, http_exception_handler)
|
||||
|
||||
# サーバー起動時のイベント
|
||||
app.add_event_handler('startup', task.create_start_app_handler)
|
||||
app.add_event_handler('startup', task.create_start_app_handler())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user