commit fd8a415ed428b9a524a49cf73c75933420eba508
parent c12080347c773bcc2ccc61a22a75af1dd5313287
Author: Sebastian <sebasjm@gmail.com>
Date: Sat, 16 Dec 2023 00:47:55 -0300
missing /
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,