diff --git a/examples/exception_monitoring.py b/examples/exception_monitoring.py index 1cb18e27..02a13e7d 100644 --- a/examples/exception_monitoring.py +++ b/examples/exception_monitoring.py @@ -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)