mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Fixed error preventing GSH client from working, moved server list starting task ahead of other tasks to ensure server list _can_ populate if other parts of the backend are dead
This commit is contained in:
@@ -87,7 +87,7 @@ class W3DHub
|
||||
end
|
||||
|
||||
def self.post(url, headers = DEFAULT_HEADERS, body = nil, api = :api)
|
||||
excon(:post, url, headers, body)
|
||||
excon(:post, url, headers, body, api)
|
||||
end
|
||||
|
||||
# Method: POST
|
||||
|
||||
Reference in New Issue
Block a user