diff --git a/vote/app.py b/vote/app.py index 596546612a..9dfdeb6fb3 100644 --- a/vote/app.py +++ b/vote/app.py @@ -48,4 +48,4 @@ def hello(): if __name__ == "__main__": - app.run(host='0.0.0.0', port=80, debug=True, threaded=True) + app.run(host='0.0.0.0', port=8080, debug=True, threaded=True)