summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-01-27 10:11:59 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-01-27 10:11:59 +0100
commitf199b45e52e0cc66b75c4fc7243a11c06cf6e058 (patch)
tree0e675a4d9da5d04ef03310a36f2f102ba6b819e2 /src
parent5b26bd3b83d1b24d937fb8d78135514897ddfb69 (diff)
downloadexchange-f199b45e52e0cc66b75c4fc7243a11c06cf6e058.tar.gz
exchange-f199b45e52e0cc66b75c4fc7243a11c06cf6e058.tar.bz2
exchange-f199b45e52e0cc66b75c4fc7243a11c06cf6e058.zip
-fix path
Diffstat (limited to 'src')
-rw-r--r--src/lib/exchange_api_add_aml_decision.c4
1 files 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
index 7230c5ed4..34c984a75 100644
--- 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,