diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-08-14 15:06:26 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-08-14 15:06:26 +0200 |
commit | 6173324cd938f658006a652d9b10acd8235f6d88 (patch) | |
tree | 99426aaf35950c11f333ad5634b719b6ea3ad2af /src/mint | |
parent | c1df2e628379a22068657e144bd34812c305350a (diff) |
fix typo
Diffstat (limited to 'src/mint')
-rw-r--r-- | src/mint/taler-mint-httpd.c | 2 |
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 }, |