-fix path

This commit is contained in:
Christian Grothoff 2023-01-27 10:11:59 +01:00
parent 5b26bd3b83
commit f199b45e52
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -66,7 +66,7 @@ struct TALER_EXCHANGE_AddAmlDecision
/** /**
* Function called when we're done processing the * 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 cls the `struct TALER_EXCHANGE_AddAmlDecision *`
* @param response_code HTTP response code, 0 on error * @param response_code HTTP response code, 0 on error
@ -166,7 +166,7 @@ TALER_EXCHANGE_add_aml_decision (
sizeof (opus)); sizeof (opus));
*end = '\0'; *end = '\0';
GNUNET_asprintf (&path, GNUNET_asprintf (&path,
"aml-decision/%s", "aml/%s/decision",
opus); opus);
wh->url = TALER_url_join (url, wh->url = TALER_url_join (url,
path, path,