[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -fix paths
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -fix paths |
Date: |
Fri, 01 Sep 2023 14:43:46 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 475dc825 -fix paths
475dc825 is described below
commit 475dc825c6ed9084d15a8eee802c4c43e4b249b5
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Sep 1 14:43:42 2023 +0200
-fix paths
---
src/backend/taler-merchant-httpd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd.c
b/src/backend/taler-merchant-httpd.c
index 9c543958..68a81947 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1199,14 +1199,14 @@ url_handler (void *cls,
},
/* GET /accounts/$H_WIRE: */
{
- .url_prefix = "/accounts",
+ .url_prefix = "/accounts/",
.method = MHD_HTTP_METHOD_GET,
.have_id_segment = true,
.handler = &TMH_private_get_accounts_ID
},
/* DELETE /accounts/$H_WIRE: */
{
- .url_prefix = "/accounts",
+ .url_prefix = "/accounts/",
.method = MHD_HTTP_METHOD_DELETE,
.handler = &TMH_private_delete_account_ID,
.have_id_segment = true
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -fix paths,
gnunet <=