Skip to content

Commit

Permalink
fix shudown
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Oct 15, 2024
1 parent 8af37a0 commit e99913f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/startup/module_initializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ def shutdown_modules(_: FastAPI):
close_database()
# 停止前端服务
stop_frontend()
# 清理临时文件
clear_temp()


def start_modules(_: FastAPI):
Expand Down

0 comments on commit e99913f

Please sign in to comment.