CORDA-1841 - Made paths in tutorial-cordapp consistent. (#3778) (#3867)

This commit is contained in:
Katelyn Baker 2018-08-30 14:50:05 +01:00 committed by GitHub
parent 940bb3bdbd
commit 33d94de91d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,12 +275,12 @@ Each node webserver exposes the following endpoints:
There is also a web front-end served from ``/web/example``.
.. warning:: The content in ``web/example`` is only available for demonstration purposes and does not implement
.. warning:: The content in ``/web/example`` is only available for demonstration purposes and does not implement
anti-XSS, anti-XSRF or other security techniques. Do not use this code in production.
Creating an IOU via the endpoint
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
An IOU can be created by sending a PUT request to the ``api/example/create-iou`` endpoint directly, or by using the
An IOU can be created by sending a PUT request to the ``/api/example/create-iou`` endpoint directly, or by using the
the web form served from ``/web/example``.
To create an IOU between PartyA and PartyB, run the following command from the command line: