commit f199b45e52e0cc66b75c4fc7243a11c06cf6e058
parent 5b26bd3b83d1b24d937fb8d78135514897ddfb69
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 27 Jan 2023 10:11:59 +0100
-fix path
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/exchange_api_add_aml_decision.c b/src/lib/exchange_api_add_aml_decision.c
@@ -66,7 +66,7 @@ struct TALER_EXCHANGE_AddAmlDecision
/**
* Function called when we're done processing the
- * HTTP POST /aml-decision/$OFFICER_PUB request.
+ * HTTP POST /aml/$OFFICER_PUB/decision request.
*
* @param cls the `struct TALER_EXCHANGE_AddAmlDecision *`
* @param response_code HTTP response code, 0 on error
@@ -166,7 +166,7 @@ TALER_EXCHANGE_add_aml_decision (
sizeof (opus));
*end = '\0';
GNUNET_asprintf (&path,
- "aml-decision/%s",
+ "aml/%s/decision",
opus);
wh->url = TALER_url_join (url,
path,