gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix path


From: gnunet
Subject: [taler-exchange] branch master updated: -fix path
Date: Fri, 27 Jan 2023 10:12:14 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new f199b45e -fix path
     new 7e8e2f43 Merge branch 'master' of git+ssh://git.taler.net/exchange
f199b45e is described below

commit f199b45e52e0cc66b75c4fc7243a11c06cf6e058
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Jan 27 10:11:59 2023 +0100

    -fix path
---
 src/lib/exchange_api_add_aml_decision.c | 4 ++--
 1 file 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 7230c5ed..34c984a7 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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]