-fix path
This commit is contained in:
parent
5b26bd3b83
commit
f199b45e52
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user