#include "SPAServer.h" #include "spdlog/spdlog.h" #include "CurlHttp.h" #include SPAServer::SPAServer() { // std::filesystem::path full_path = std::filesystem::current_path(); // SPDLOG_INFO("current_path:{}", full_path.string()); m_fromSuperBrain.getToken(); } SPAServer::~SPAServer() { }