Merge remote-tracking branch 'origin/master'

This commit is contained in:
Jeremy Zimmerman 2017-06-01 16:53:36 -07:00
commit aac5ad8504

View File

@ -51,4 +51,4 @@ async def test(request):
raise SanicException('You Broke It!') raise SanicException('You Broke It!')
if __name__ == '__main__': 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)