commit 1bf710c4d6f64bcb05db56bc43755d3f39acc20f
parent 89b53d0ab5781775db5cde396c22bdff9fab4664
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 24 Nov 2025 23:50:40 +0100
fix /config endpoint
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
@@ -1969,7 +1969,7 @@ url_handler (void *cls,
{
.url_prefix = "/config",
.method = MHD_HTTP_METHOD_GET,
- .skip_instance = false,
+ .skip_instance = true,
.allow_deleted_instance = true,
.handler = &MH_handler_config
},