fix create-iou URL (#1633)

This commit is contained in:
szymonsztuka 2017-09-25 17:01:14 +01:00 committed by josecoll
parent 7b59f80bb3
commit 2a7da1eb47

View File

@ -334,7 +334,7 @@ endpoints are:
* ``/api/example/me``
* ``/api/example/peers``
* ``/api/example/ious``
* ``/api/example/{COUNTERPARTY}/create-iou``
* ``/api/example/create-iou`` with parameters ``iouValue`` and ``partyName`` which is CN name of a node
The web front-end is served from ``/web/example``.