We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49de795 commit 5d69d72Copy full SHA for 5d69d72
1 file changed
examples/bookstore/bookstore.py examples/bookstore/webserver.pyexamples/bookstore/bookstore.py renamed to examples/bookstore/webserver.py
@@ -3,10 +3,10 @@
3
Make sure you start with an empty collection and configure your token and
4
collection. (THINGSDB_AUTH_TOKEN and THINGSDB_COLLECTION)
5
6
-Start the `bookstore.py` multiple times on different ports, for example:
+Start the `webserver.py` multiple times on different ports, for example:
7
8
-python bookstore.py 5050
9
-python bookstore.py 5051
+python webserver.py 5050
+python webserver.py 5051
10
11
Call the `add_book` handler on the one of the web servers (For example 5050)
12
```
0 commit comments