Skip to content

Commit 0cd56f5

Browse files
committed
revert dev server port back to 5000
1 parent 04a3422 commit 0cd56f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

taskapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,4 +1068,4 @@ def change_official_status():
10681068
if (isProd):
10691069
app.run(host='0.0.0.0')
10701070
else:
1071-
app.run(host="0.0.0.0", port=5001)
1071+
app.run(host="0.0.0.0", port=5000)

0 commit comments

Comments
 (0)