summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZephyron <zephyron@citron-emu.org>2025-01-02 16:40:28 +1000
committerZephyron <zephyron@citron-emu.org>2025-01-02 16:40:28 +1000
commit7dc72a0e9533f9b875658456bc01bfc6b390bb17 (patch)
tree9e49649626faf2bed220e4e4370ddb09e6b11b56 /src
parent822152c5386a05cf71181e41873e6020ad3604d2 (diff)
impl(Multiplayer): Switched API To Enable Multiplayer
Diffstat (limited to 'src')
-rw-r--r--src/common/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 27f98dcb6..c04686d5b 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -610,7 +610,7 @@ struct Values {
// WebService
Setting<bool> enable_telemetry{linkage, true, "enable_telemetry", Category::WebService};
- Setting<std::string> web_api_url{linkage, "https://api.citron-emu.org", "web_api_url",
+ Setting<std::string> web_api_url{linkage, "api.ynet-fun.xyz", "web_api_url",
Category::WebService};
Setting<std::string> citron_username{linkage, std::string(), "citron_username",
Category::WebService};