commit f0e6846a4f5f398faa8a7bbbcfad5096fdd4352b
parent f1cc5beaf957ba7ae575ee4055700c699112c9e6
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 21 Nov 2023 21:01:08 +0100
-typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
@@ -626,7 +626,7 @@ spa_redirect (const struct TMH_RequestHandler *rh,
if (MHD_NO ==
MHD_add_response_header (response,
MHD_HTTP_HEADER_LOCATION,
- "/webui/"))
+ dst))
{
GNUNET_break (0);
MHD_destroy_response (response);