From 0baad4430c7f2ee596c05c0eae96b8dfabf7276e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 15 Apr 2015 22:33:25 +0200 Subject: preparing to have /test handlers in build system --- src/mint/taler-mint-httpd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mint/taler-mint-httpd.c') diff --git a/src/mint/taler-mint-httpd.c b/src/mint/taler-mint-httpd.c index 86781978..0a5d2327 100644 --- a/src/mint/taler-mint-httpd.c +++ b/src/mint/taler-mint-httpd.c @@ -193,6 +193,9 @@ handle_mhd_request (void *cls, "Only GET is allowed", 0, &TMH_MHD_handler_send_json_pack_error, MHD_HTTP_METHOD_NOT_ALLOWED }, +#if HAVE_DEVELOPER +#endif + { NULL, NULL, NULL, NULL, 0, 0 } }; static struct TMH_RequestHandler h404 = -- cgit v1.2.3