From c17b6734dce1690af9e9dc0837eab21cf12ed91d Mon Sep 17 00:00:00 2001 From: Defeng Date: Sun, 26 Jul 2026 17:45:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index e7dc49b..6f3b6fc 100644 --- a/app.py +++ b/app.py @@ -1768,4 +1768,4 @@ async def root(): if __name__ == "__main__": import uvicorn - uvicorn.run(app, host="0.0.0.0", port=19092) + uvicorn.run(app, host="0.0.0.0", port=9092)