Skip to content

Commit

Permalink
updating default port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwebber committed Oct 10, 2017
1 parent 367911e commit 9ca1630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ def get_app(self):

if __name__ == "__main__":
apiApp = MainAPI()
apiApp.application.listen(5000)
apiApp.application.listen(8080)
tornado.ioloop.IOLoop.current().start()

0 comments on commit 9ca1630

Please sign in to comment.