From 5866836d5d423ccf52ac8fbbe94df6c9cf7debac Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 3 Jun 2021 19:23:33 -0400 Subject: allow overriding of gateway + api url --- settings.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings.hpp') 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; -- cgit v1.2.3