Skip to content

Commit

Permalink
updated dev port?
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredfrancis committed Apr 6, 2018
1 parent efaa5ae commit ea5654a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from app import app

if __name__ == '__main__':
app.run(host='0.0.0.0', port=8001, debug=True)
app.run(host='0.0.0.0', port=8080, debug=True)

0 comments on commit ea5654a

Please sign in to comment.