Skip to content

Commit

Permalink
reverted back to default 0.0.0.0 host
Browse files Browse the repository at this point in the history
  • Loading branch information
stopspazzing committed Jun 1, 2017
1 parent 4b5320a commit beee7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/exception_monitoring.py
Expand Up @@ -51,4 +51,4 @@ async def test(request):
raise SanicException('You Broke It!')

if __name__ == '__main__':
app.run(host="127.0.0.1", port=8000, debug=True)
app.run(host="0.0.0.0", port=8000, debug=True)

0 comments on commit beee7b6

Please sign in to comment.