Skip to content

Commit 3215ef0

Browse files
authored
Update README.rst
1 parent ea198ab commit 3215ef0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ We can also have access to the server from outside the container:
107107
DOCKER_IP=172.17.0.1
108108
curl -X GET "http://$DOCKER_IP:8080/v1/graph.yaml" -H "accept: */*"
109109
110+
Note that you can also recover the same information directly from the web API:
111+
112+
.. code-block:: shell
113+
114+
curl -X GET "https://hbp-spatial-backend.apps.hbp.eu/v1/graph.yaml" -H "accept: */*"
115+
110116
Now, it is time to get our first transformation:
111117

112118
Getting our first local transformation

0 commit comments

Comments
 (0)