blob: 6ff8a0e3036d06b035474bf8e46b40e9f09ee5a7 [file] [log] [blame]
#pragma once
#include "sessions.hpp"
namespace crow {
namespace PersistentData {
static std::shared_ptr<SessionStore> session_store;
} // namespace PersistentData
} // namespace crow