gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: different handler f


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: different handler for GET tip-pickup
Date: Fri, 30 Aug 2019 14:31:41 +0200

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 3ad285a  different handler for GET tip-pickup
3ad285a is described below

commit 3ad285a1c7fed72f78f8726fc6c9b6884d290806
Author: Florian Dold <address@hidden>
AuthorDate: Fri Aug 30 14:31:38 2019 +0200

    different handler for GET tip-pickup
---
 src/backend/taler-merchant-httpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index 04d4fe2..9d3a41e 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -277,7 +277,7 @@ url_handler (void *cls,
         &MH_handler_tip_pickup, MHD_HTTP_OK},
       { "/public/tip-pickup", MHD_HTTP_METHOD_GET, "text/plain",
         NULL, 0,
-        &MH_handler_tip_pickup, MHD_HTTP_OK},
+        &MH_handler_tip_pickup_get, MHD_HTTP_OK},
       { "/public/tip-pickup", NULL, "application/json",
         "Only POST/GET are allowed", 0,
         &TMH_MHD_handler_send_json_pack_error, MHD_HTTP_METHOD_NOT_ALLOWED},

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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