refactor: 포트 변경

This commit is contained in:
OhSeongRak 2025-06-11 17:35:20 +09:00
parent 62646c29df
commit 1b5b6ebc6c

View File

@ -276,4 +276,4 @@ def create_app():
if __name__ == '__main__':
app = create_app()
app.run(host='0.0.0.0', port=5000, debug=True)
app.run(host='0.0.0.0', port=5001, debug=True)