add config.json

This commit is contained in:
Антон 2024-02-07 19:00:49 +03:00
parent 2f729981fa
commit 556c0548a9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class SessionBase
protected:
using HttpRequest = http::request<http::string_body>;
~SessionBase() = default;
virtual ~SessionBase() = default;
public:
SessionBase(const SessionBase&) = delete;