Add configurable scheme hook

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2026-06-20 08:12:46 +08:00
parent baa0f6e7e7
commit d98f16070e
5 changed files with 43 additions and 15 deletions
+1
View File
@@ -2,6 +2,7 @@
namespace config {
struct OverrideUrls {
bool force_http = true;
std::string api_url;
std::string asset_url;
};