Merge pull request #1 from jjasghar/port_change

Changed port number
This commit is contained in:
JJ Asghar 2016-04-28 14:37:28 -05:00
commit 6d7de5c2b2
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ def hello():
def show_pic(filename):
return static_file(filename, root='images/v1/')
run(app, host='localhost', port=8080, debug=True)
run(app, host='0.0.0.0', port=1901, debug=True)