allow overriding of gateway + api url

This commit is contained in:
ouwou
2021-06-03 19:23:33 -04:00
parent c3b2bbd647
commit 5866836d5d
7 changed files with 41 additions and 12 deletions

View File

@@ -21,6 +21,8 @@ public:
std::string GetMainCSS() const;
bool GetShowAnimations() const;
bool GetShowOwnerCrown() const;
std::string GetGatewayURL() const;
std::string GetAPIBaseURL() const;
bool IsValid() const;