aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-15 22:33:25 +0200
committerChristian Grothoff <christian@grothoff.org>2015-04-15 22:33:25 +0200
commit0baad4430c7f2ee596c05c0eae96b8dfabf7276e (patch)
tree82809256f76e14b597cf33bf85c72fc26ebdbe2e /src/mint/taler-mint-httpd.c
parent790b331a8d147e4185134483ad4733ea4b5cfdcb (diff)
preparing to have /test handlers in build system
Diffstat (limited to 'src/mint/taler-mint-httpd.c')
-rw-r--r--src/mint/taler-mint-httpd.c3
1 files changed, 3 insertions, 0 deletions
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 =