gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: missing /


From: gnunet
Subject: [taler-merchant] branch master updated: missing /
Date: Sat, 16 Dec 2023 04:48:00 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new fd8a415e missing /
fd8a415e is described below

commit fd8a415ed428b9a524a49cf73c75933420eba508
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Sat Dec 16 00:47:55 2023 -0300

    missing /
---
 src/backend/taler-merchant-httpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index d484252c..3b78677a 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1257,7 +1257,7 @@ url_handler (void *cls,
     },
     /* PATCH /accounts/$H_WIRE: */
     {
-      .url_prefix = "/accounts",
+      .url_prefix = "/accounts/",
       .method = MHD_HTTP_METHOD_PATCH,
       .handler = &TMH_private_patch_accounts_ID,
       .have_id_segment = true,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]