aqhome-cgi: add login url.

This commit is contained in:
Martin Preuss
2026-05-29 17:18:20 +02:00
parent a65e6fbec2
commit 78ea72efe0
4 changed files with 23 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ void _handleRequest(AQCGI_REQUEST *rq, const char *sPathStaticFiles, const char
int rv;
sv=AQH_ServiceFiles_new(sPathRuntimeFiles, sBaseUrl);
AQH_Service_SetLoginUrl(sv, "/aqhome/login");
rv=_handlePath(sv, rq, sPathStaticFiles);
if (rv<0) {