gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/02: /config, not /version


From: gnunet
Subject: [taler-exchange] 02/02: /config, not /version
Date: Tue, 23 Aug 2022 20:43:16 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 783d06cad64aece5af97e9f6c25e0384afd070ea
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 23 20:43:11 2022 +0200

    /config, not /version
---
 src/bank-lib/fakebank.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index bda0b68c..cdd3c1d7 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -2953,7 +2953,7 @@ handle_bank_integration (struct TALER_FAKEBANK_Handle *h,
                        MHD_HTTP_METHOD_HEAD))
     method = MHD_HTTP_METHOD_GET;
   if ( (0 == strcmp (url,
-                     "/version")) &&
+                     "/config")) &&
        (0 == strcasecmp (method,
                          MHD_HTTP_METHOD_GET)) )
   {
@@ -3609,7 +3609,7 @@ handle_bank_access (struct TALER_FAKEBANK_Handle *h,
                        MHD_HTTP_METHOD_HEAD))
     method = MHD_HTTP_METHOD_GET;
   if ( (0 == strcmp (url,
-                     "/version")) &&
+                     "/config")) &&
        (0 == strcasecmp (method,
                          MHD_HTTP_METHOD_GET)) )
   {

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