Drop server v1

This commit is contained in:
luisangelsm
2026-02-20 19:01:49 +01:00
parent e3aeb867f4
commit d898a56f3f
31 changed files with 6 additions and 1386 deletions

View File

@ -7,8 +7,6 @@
#define STATIC_H
#include <QString>
#include "templatecache.h"
#include "httpsessionstore.h"
#include "staticfilecontroller.h"
#include "yacreader_http_session_store.h"
@ -46,12 +44,6 @@ public:
*/
static QString getConfigDir();
/** Cache for template files */
static stefanfrings::TemplateLoader *templateLoader;
/** Storage for session cookies */
static stefanfrings::HttpSessionStore *sessionStore;
static YACReaderHttpSessionStore *yacreaderSessionStore;
/** Controller for static files */