summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd.c')
-rw-r--r--src/backend/taler-merchant-httpd.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index 3968d6b2..e5d37a6c 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -842,6 +842,12 @@ url_handler (void *cls,
.have_id_segment = true,
.handler = &TMH_private_get_orders_ID
},
+ /* GET /orders: */
+ {
+ .url_prefix = "/orders",
+ .method = MHD_HTTP_METHOD_GET,
+ .handler = &TMH_private_get_orders
+ },
/* POST /orders/$ID/refund: */
{
.url_prefix = "/orders/",