diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-06-03 19:23:33 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-06-03 19:23:33 -0400 |
commit | 5866836d5d423ccf52ac8fbbe94df6c9cf7debac (patch) | |
tree | b794aa32ab1a9fc33d35d38bd996682f94b40469 /settings.hpp | |
parent | c3b2bbd64739d18fe69781c86d327c79b559eddd (diff) | |
download | abaddon-portaudio-5866836d5d423ccf52ac8fbbe94df6c9cf7debac.tar.gz abaddon-portaudio-5866836d5d423ccf52ac8fbbe94df6c9cf7debac.zip |
allow overriding of gateway + api url
Diffstat (limited to 'settings.hpp')
-rw-r--r-- | settings.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.hpp b/settings.hpp index e2374b5..d77b418 100644 --- a/settings.hpp +++ b/settings.hpp @@ -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; |