reverted back to default 0.0.0.0 host

This commit is contained in:
Jeremy Zimmerman 2017-06-01 14:01:13 -07:00 committed by GitHub
parent 4b5320a8f0
commit beee7b68bf

View File

@ -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)