summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-10 14:50:13 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-10 14:50:23 +0100
commitfcce372afa485be2fc6e5abbbdfb1b6202d5f208 (patch)
tree36094e0bf7a01222d850a0c7ddc876b4bfd7580f /src/auditor/taler-auditor-httpd.c
parent68ced6e31a9d247bf18f22754c0bd3619ca9f726 (diff)
downloadexchange-fcce372afa485be2fc6e5abbbdfb1b6202d5f208.tar.gz
exchange-fcce372afa485be2fc6e5abbbdfb1b6202d5f208.tar.bz2
exchange-fcce372afa485be2fc6e5abbbdfb1b6202d5f208.zip
remove GET /exchanges endpoint as we are making the auditor single-exchange only; also fixes #8054
Diffstat (limited to 'src/auditor/taler-auditor-httpd.c')
-rw-r--r--src/auditor/taler-auditor-httpd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/auditor/taler-auditor-httpd.c b/src/auditor/taler-auditor-httpd.c
index c1853d84a..0bb9c77d9 100644
--- a/src/auditor/taler-auditor-httpd.c
+++ b/src/auditor/taler-auditor-httpd.c
@@ -31,7 +31,6 @@
#include "taler_auditordb_lib.h"
#include "taler_exchangedb_lib.h"
#include "taler-auditor-httpd_deposit-confirmation.h"
-#include "taler-auditor-httpd_exchanges.h"
#include "taler-auditor-httpd_mhd.h"
#include "taler-auditor-httpd.h"
@@ -212,9 +211,6 @@ handle_mhd_request (void *cls,
// { "/deposit-confirmation", MHD_HTTP_METHOD_DELETE, "application/json",
// NULL, 0,
// &TAH_DEPOSIT_CONFIRMATION_delete, MHD_HTTP_OK },
- { "/exchanges", MHD_HTTP_METHOD_GET, "application/json",
- NULL, 0,
- &TAH_EXCHANGES_handler, MHD_HTTP_OK },
{ "/config", MHD_HTTP_METHOD_GET, "application/json",
NULL, 0,
&handle_config, MHD_HTTP_OK },