SPAServer.cpp 324 B

12345678910111213141516171819202122
  1. #include "SPAServer.h"
  2. #include "spdlog/spdlog.h"
  3. #include "CurlHttp.h"
  4. #include <filesystem>
  5. SPAServer::SPAServer()
  6. {
  7. // std::filesystem::path full_path = std::filesystem::current_path();
  8. // SPDLOG_INFO("current_path:{}", full_path.string());
  9. m_fromSuperBrain.getToken();
  10. }
  11. SPAServer::~SPAServer()
  12. {
  13. }