reverted back to default 0.0.0.0 host
This commit is contained in:
parent
4b5320a8f0
commit
beee7b68bf
|
@ -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