From 40c487896cee386febe6577f8870054a903a1287 Mon Sep 17 00:00:00 2001 From: Hemang Mehta <61517187+Hemang-05@users.noreply.github.com> Date: Fri, 14 Jul 2023 15:36:14 +0530 Subject: [PATCH] Update app.py --- vote/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)