-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
|
||||
* 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,
|
||||
|
Loading…
Reference in New Issue
Block a user