登录注册收藏功能上线云服务器

This commit is contained in:
rjb
2025-08-29 01:27:58 +08:00
parent 2fe3474d9e
commit cb0702e9f5
38 changed files with 2563 additions and 6 deletions

View File

@@ -3,4 +3,4 @@ from src.flask_prompt_master import create_app
app = create_app()
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000, debug=True)
app.run(host='0.0.0.0', port=5002, debug=True)