Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
amonelk committed May 17, 2016
1 parent 752f246 commit e155a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

app = Flask(__name__)
app.config.update(
SERVER_NAME='127.0.0.1:80'
SERVER_NAME='0.0.0.0:80'
)
@app.route('/<name>')
def hello_world(name):
Expand Down

0 comments on commit e155a96

Please sign in to comment.