Skip to content

Commit

Permalink
Changed server port back to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 28, 2022
1 parent 66cb7c3 commit 0045052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Connector/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def runServer():
logger.printInfo("Starting connector")

# TODO: Do not hardcode port
web.run_app(mainApp, port=8080)
web.run_app(mainApp, port=80)


if __name__ == '__main__':
Expand Down

0 comments on commit 0045052

Please sign in to comment.