summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-01 23:39:30 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-01 23:39:30 +0200
commit2edb7ff575ec61fc570e80b6c492878c3bb97f70 (patch)
treecb8e044ba1167469b5d02ad2a514a7489d5b061c /src/lib
parentf3a9cffa1a119eea9413b2fe236499cdc90403d1 (diff)
downloadmerchant-2edb7ff575ec61fc570e80b6c492878c3bb97f70.tar.gz
merchant-2edb7ff575ec61fc570e80b6c492878c3bb97f70.tar.bz2
merchant-2edb7ff575ec61fc570e80b6c492878c3bb97f70.zip
implement POST /private/reserves
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/merchant_api_post_reserves.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_post_reserves.c b/src/lib/merchant_api_post_reserves.c
index 35ad5488..9465635b 100644
--- a/src/lib/merchant_api_post_reserves.c
+++ b/src/lib/merchant_api_post_reserves.c
@@ -195,7 +195,7 @@ TALER_MERCHANT_reserves_post (
prh->cb = cb;
prh->cb_cls = cb_cls;
prh->url = TALER_url_join (backend_url,
- "reserves",
+ "private/reserves",
NULL);
if (NULL == prh->url)
{