gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 74/124: enable kyc-info endpoint


From: gnunet
Subject: [taler-exchange] 74/124: enable kyc-info endpoint
Date: Tue, 17 Sep 2024 21:28:06 +0200

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

grothoff pushed a commit to tag cg-aml-branch-compiles
in repository exchange.

commit 7c71153f930fcae7ccffaca959557833a1a5cf9f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 7 10:31:53 2024 +0200

    enable kyc-info endpoint
---
 src/exchange/taler-exchange-httpd.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/exchange/taler-exchange-httpd.c 
b/src/exchange/taler-exchange-httpd.c
index 0e628d12c..097d09f8e 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -1797,6 +1797,12 @@ handle_mhd_request (void *cls,
       .nargs = 16, /* more is not plausible */
       .nargs_is_upper_bound = true
     },
+    {
+      .url = "kyc-info",
+      .method = MHD_HTTP_METHOD_GET,
+      .handler.get = &TEH_handler_kyc_info,
+      .nargs = 1
+    },
     {
       .url = "kyc-webhook",
       .method = MHD_HTTP_METHOD_POST,

-- 
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]