diff --git a/examples/web-auth.py b/examples/web-auth.py index 290f03b3..d5f7cd4c 100644 --- a/examples/web-auth.py +++ b/examples/web-auth.py @@ -10,7 +10,7 @@ if "web" not in asab.Config: asab.Config["web"] = { # Set up a web container listening at port 8080 - "listen": "8089" + "listen": "8080" } if "auth" not in asab.Config: