| 477 | } |
| 478 | |
| 479 | DataStorage::Pointer RestServer::GetDataStorage() const |
| 480 | { |
| 481 | std::lock_guard<std::mutex> lock(m_Mutex); |
| 482 | return m_Bridge->GetDataStorage(); |
| 483 | } |
| 484 | |
| 485 | std::optional<std::string> RestServer::GetServerUrl() const |
| 486 | { |
no outgoing calls