Skip to content

Commit

Permalink
docs: fix port number in asyncio server examples (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
terop authored Nov 25, 2024
1 parent 2ff65c2 commit 6d604a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/http_server_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Executes get data for sensors in the background.
Endpoints:
http://0.0.0.0:5000/data
http://0.0.0.0:5000/data/{mac}
http://0.0.0.0:5500/data
http://0.0.0.0:5500/data/{mac}
Requires:
asyncio - Python 3.5
Expand Down
4 changes: 2 additions & 2 deletions examples/http_server_asyncio_rx.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Executes get data for sensors in the background.
Endpoints:
http://0.0.0.0:5000/data
http://0.0.0.0:5000/data/{mac}
http://0.0.0.0:5500/data
http://0.0.0.0:5500/data/{mac}
Requires:
asyncio - Python 3.5
Expand Down

0 comments on commit 6d604a8

Please sign in to comment.