Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
aac5ad8504
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user