diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-01-27 10:11:59 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-01-27 10:11:59 +0100 |
commit | f199b45e52e0cc66b75c4fc7243a11c06cf6e058 (patch) | |
tree | 0e675a4d9da5d04ef03310a36f2f102ba6b819e2 /src/lib | |
parent | 5b26bd3b83d1b24d937fb8d78135514897ddfb69 (diff) |
-fix path
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/exchange_api_add_aml_decision.c | 4 |
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, |