fix shudown

This commit is contained in:
jxxghp
2024-10-15 13:43:13 +08:00
parent 8af37a0adc
commit e99913f900

View File

@@ -129,6 +129,8 @@ def shutdown_modules(_: FastAPI):
close_database()
# 停止前端服务
stop_frontend()
# 清理临时文件
clear_temp()
def start_modules(_: FastAPI):