From 2f60e301691d7488f66f50853ac5047ca260625f Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Mon, 27 Apr 2026 12:38:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AB=AF=E5=8F=A3=E6=94=B9=E4=B8=BA1902?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/app.py b/backend/app.py index af37676..0b4b103 100644 --- a/backend/app.py +++ b/backend/app.py @@ -604,8 +604,8 @@ if __name__ == '__main__': init_db() # 启动服务 - print('🚀 AI Chat App Backend started on http://localhost:19020') - print('📊 Admin Panel: http://localhost:19020/admin') + print('🚀 AI Chat App Backend started on http://localhost:19021') + print('📊 Admin Panel: http://localhost:19021/admin') print('👤 Default admin: admin / admin123') - app.run(host='0.0.0.0', port=19020, debug=True) \ No newline at end of file + app.run(host='0.0.0.0', port=19021, debug=True) \ No newline at end of file