..
Some checks failed
打包发布docker镜像 / build-push (push) Failing after 29s

This commit is contained in:
MR-ZC 2025-03-25 16:51:37 +08:00
parent 327e916040
commit b3d2a3ac28

View File

@ -5,6 +5,7 @@ from dotenv import load_dotenv
# 加载环境变量
load_dotenv()
app = Flask(__name__)
@app.route('/')