Skip to content

Commit 56a0f7d

Browse files
authored
Update port to 8080
1 parent a58579e commit 56a0f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vote/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def hello():
4242

4343

4444
if __name__ == "__main__":
45-
app.run(host='0.0.0.0', port=80, debug=True, threaded=True)
45+
app.run(host='0.0.0.0', port=8080, debug=True, threaded=True)

0 commit comments

Comments
 (0)