From 452be6c0a5134dc0ec425c5ec106ef040809d2d0 Mon Sep 17 00:00:00 2001 From: sans Date: Sat, 18 Jul 2026 20:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=90=E8=A1=8C=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E5=B0=BD=E9=87=8F=E9=81=BF=E5=85=8D=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index 83f6489..66362a2 100644 --- a/backend/main.py +++ b/backend/main.py @@ -119,4 +119,4 @@ if frontend_dist.exists(): if __name__ == "__main__": import uvicorn - uvicorn.run("backend.main:app", host="0.0.0.0", port=8000, reload=True) + uvicorn.run("backend.main:app", host="0.0.0.0", port=8021, reload=True)