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

@@ -22,6 +22,8 @@ struct AQH_SERVICE {
char *runtimeFolder;
char *cacheFolder;
char *loginUrl;
AQH_SERVICE_HANDLEREQUEST_FN handleRequestFn;
AQH_SERVICE_LOADUSER_FN loadUserFn;