Skip to content

Commit 442cbf6

Browse files
authored
Merge pull request #11 from FalkorDB/delay-git-import
default port
2 parents 2f641fd + 0c83054 commit 442cbf6

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)