donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit a0eeb1e665fc1b9d9eead52ab56f6f224aef1b7c
parent 3d789ac21aa08dd5bc09617c5f5e0ac114d16f4e
Author: Pius Loosli <loosp2@bfh.ch>
Date:   Tue,  9 Jan 2024 12:07:18 +0100

[donau] remove /charity (not specified in specs)

Diffstat:
Msrc/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 @@ -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