Implement a function which returns server access url

This commit is contained in:
Vighnesh
2025-10-26 20:56:36 +05:30
parent c2df0a99fe
commit 4928509991
2 changed files with 29 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ namespace kiwix
int getPort() const;
IpAddress getAddress() const;
IpMode getIpMode() const;
std::vector<std::string> getServerAccessUrls() const;
protected:
std::shared_ptr<Library> mp_library;