diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-02 12:03:55 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-02 12:03:55 +0100 |
commit | eab95d015412833c96568fb91d25aa23c53c45cd (patch) | |
tree | a4c23c072b4dae0c982ca8a364b29a1bdceb4f80 /src/exchange/taler-exchange-httpd.c | |
parent | 915542e69c5a481b8885661171880446d4ef009d (diff) |
draft for the AML GET decision endpoint
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 11b2d35f..4bab9afa 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -450,12 +450,10 @@ handle_get_aml (struct TEH_RequestContext *rc, .op = "decisions", .handler = &TEH_handler_aml_decisions_get }, -#if FIXME_AML_GET_DECISIONS_NOT_IMPLEMENTED { .op = "decision", .handler = &TEH_handler_aml_decision_get }, -#endif { .op = NULL, .handler = NULL |