challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit bb88bfc5390ed43eb496f4a2babe5e4e599f6a43
parent fe9a7e785d8136cdebf64e7385eefdd0cb0f14a6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 14 Nov 2023 17:07:24 +0100

path with /templates

Diffstat:
Msrc/challenger/challenger-httpd_main_css.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/challenger/challenger-httpd_main_css.c b/src/challenger/challenger-httpd_main_css.c @@ -44,7 +44,7 @@ CH_handler_main_css (struct CH_HandlerContext *hc, return MHD_NO; } GNUNET_asprintf (&fn, - "%s/main.css", + "%s/templates/main.css", path); GNUNET_free (path); fd = open (fn,