Skip to content

Commit 0c83054

Browse files
committed
default port
1 parent 58d0576 commit 0c83054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_graph/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,5 +321,5 @@ def chat():
321321

322322
if __name__ == '__main__':
323323
app = create_app()
324-
app.run(debug=True)
324+
app.run(debug=True, port=80)
325325

0 commit comments

Comments
 (0)