gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: [donau] remove /charity (not specif


From: gnunet
Subject: [taler-donau] branch master updated: [donau] remove /charity (not specified in specs)
Date: Tue, 09 Jan 2024 12:08:15 +0100

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

pius-loosli pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new a0eeb1e  [donau] remove /charity (not specified in specs)
a0eeb1e is described below

commit a0eeb1e665fc1b9d9eead52ab56f6f224aef1b7c
Author: Pius Loosli <loosp2@bfh.ch>
AuthorDate: Tue Jan 9 12:07:18 2024 +0100

    [donau] remove /charity (not specified in specs)
---
 src/donau/donau-httpd.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/donau/donau-httpd.c b/src/donau/donau-httpd.c
index 6ff4796..5b15cf5 100644
--- a/src/donau/donau-httpd.c
+++ b/src/donau/donau-httpd.c
@@ -52,7 +52,7 @@
  * Above what request latency do we start to log?
  */
  #define WARN_LATENCY GNUNET_TIME_relative_multiply ( \
-           GNUNET_TIME_UNIT_MILLISECONDS, 500)
+    GNUNET_TIME_UNIT_MILLISECONDS, 500)
 
 /**
  * Are clients allowed to request /keys for times other than the
@@ -451,13 +451,6 @@ handle_mhd_request (void *cls,
       .method = MHD_HTTP_METHOD_GET,
       .handler.get = &DH_handler_charities_get
     },
-    /* GET charity */
-    {
-      .url = "charity",
-      .method = MHD_HTTP_METHOD_GET,
-      .handler.get = &DH_handler_charity_get,
-      .nargs = 1
-    },
     /**
     etc
 

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