From 6a88034e196ae2842944d4566294fb3bd6bd1021 Mon Sep 17 00:00:00 2001 From: wangtian <1582714703@qq.com> Date: Sat, 19 Sep 2026 15:06:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 08bb6cd..ecf07f2 100644 --- a/main.py +++ b/main.py @@ -11,4 +11,7 @@ app.include_router(OrderAPI) if __name__ == '__main__': import uvicorn - uvicorn.run(app, host='127.0.0.1', port=8000) \ No newline at end of file + uvicorn.run(app, host='127.0.0.1', port=8000) + + +#新增代码 \ No newline at end of file