Skip to content

Commit

Permalink
revert port
Browse files Browse the repository at this point in the history
  • Loading branch information
byewokko committed Oct 30, 2024
1 parent 13d9c37 commit 22501dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web-auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 22501dc

Please sign in to comment.