From 14f73a2efe1278031f71cef385ae4939aff47ba9 Mon Sep 17 00:00:00 2001 From: Whitroom <1062015905@qq.com> Date: Wed, 12 Apr 2023 15:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E8=B0=83=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.py b/api.py index e827c53..fd74458 100644 --- a/api.py +++ b/api.py @@ -63,4 +63,4 @@ async def create_item(item: Item): return Answer(response=response, history=history, status=200, time=time) if __name__ == '__main__': - uvicorn.run(app, host='0.0.0.0', port=8010, workers=1) + uvicorn.run(app, host='0.0.0.0', port=8000, workers=1)