Skip to content

Commit 96f72c0

Browse files
authored
Merge pull request #7 from aitechnav/feature
(fix): update port
2 parents 7871f95 + 77933aa commit 96f72c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
@app.route("/")
66
def home():
77
return render_template("index.html")
8-
8+
# default port 5000
99
if __name__ == "__main__":
1010
app.run(host="0.0.0.0", port=5000, debug=True)

0 commit comments

Comments
 (0)