From 314201f238fd0ed5efe88d9124807266c90d52d1 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Sat, 26 Apr 2025 09:55:06 -0500 Subject: [PATCH] Switch server list to alternate --- lib/api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/api.rb b/lib/api.rb index 7f22b9c..763323b 100644 --- a/lib/api.rb +++ b/lib/api.rb @@ -261,8 +261,8 @@ class W3DHub #! === Server List API === !# - SERVER_LIST_ENDPOINT = "https://gsh.w3dhub.com".freeze - # SERVER_LIST_ENDPOINT = "https://gsh.w3d.cyberarm.dev".freeze + # SERVER_LIST_ENDPOINT = "https://gsh.w3dhub.com".freeze + SERVER_LIST_ENDPOINT = "https://gsh.w3d.cyberarm.dev".freeze # SERVER_LIST_ENDPOINT = "http://127.0.0.1:9292".freeze GSH_CONNECTION = Excon.new(SERVER_LIST_ENDPOINT, persistent: true)