commit 2edb7ff575ec61fc570e80b6c492878c3bb97f70
parent f3a9cffa1a119eea9413b2fe236499cdc90403d1
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 1 Jun 2020 23:39:30 +0200
implement POST /private/reserves
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)
{