Skip to content

Commit 0045052

Browse files
author
Your Name
committed
Changed server port back to 80
1 parent 66cb7c3 commit 0045052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Connector/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def runServer():
7575
logger.printInfo("Starting connector")
7676

7777
# TODO: Do not hardcode port
78-
web.run_app(mainApp, port=8080)
78+
web.run_app(mainApp, port=80)
7979

8080

8181
if __name__ == '__main__':

0 commit comments

Comments
 (0)