From 4b1b8683d31260b3032bb9f9fcde1eadaed4e1e5 Mon Sep 17 00:00:00 2001 From: "Borawski.Lukasz" Date: Wed, 4 Apr 2018 12:50:16 +0200 Subject: Make SessionStore a proper singleton - SessionStore class now has a proper singleton structure - session_storage_singleton.hpp is removed - from_json(..) function for SessionStore is changed to a specialized template - minor cosmetic fixes added - Move the template class usages of Crow App over to a non-template parameter Change-Id: Ic9effd5b7bac089a84c80a0caa97bd46d4984416 Signed-off-by: Borawski.Lukasz Signed-off-by: Ed Tanous --- include/webserver_common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/webserver_common.hpp') diff --git a/include/webserver_common.hpp b/include/webserver_common.hpp index 1ba091b..4d88629 100644 --- a/include/webserver_common.hpp +++ b/include/webserver_common.hpp @@ -15,6 +15,7 @@ */ #pragma once +#include "security_headers_middleware.hpp" #include "token_authorization_middleware.hpp" #include "security_headers_middleware.hpp" #include "webserver_common.hpp" @@ -22,4 +23,3 @@ using CrowApp = crow::App; - -- cgit v1.2.3