aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-14 15:06:26 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-14 15:06:26 +0200
commit6173324cd938f658006a652d9b10acd8235f6d88 (patch)
tree99426aaf35950c11f333ad5634b719b6ea3ad2af /src/mint/taler-mint-httpd.c
parentc1df2e628379a22068657e144bd34812c305350a (diff)
downloadexchange-6173324cd938f658006a652d9b10acd8235f6d88.tar.xz
fix typo
Diffstat (limited to 'src/mint/taler-mint-httpd.c')
-rw-r--r--src/mint/taler-mint-httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd.c b/src/mint/taler-mint-httpd.c
index a5a0681b6..1a5e5a2f0 100644
--- a/src/mint/taler-mint-httpd.c
+++ b/src/mint/taler-mint-httpd.c
@@ -222,7 +222,7 @@ handle_mhd_request (void *cls,
{ "/refresh/reveal", MHD_HTTP_METHOD_POST, "application/json",
NULL, 0,
- &TMH_REFRESH_handler_refresh_melt, MHD_HTTP_OK },
+ &TMH_REFRESH_handler_refresh_reveal, MHD_HTTP_OK },
{ "/refresh/reveal", NULL, "text/plain",
"Only POST is allowed", 0,
&TMH_MHD_handler_send_json_pack_error, MHD_HTTP_METHOD_NOT_ALLOWED },