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:
2025-04-23 22:03:16 -05:00
parent 4af10a998e
commit 1818d8bec9
2 changed files with 3 additions and 3 deletions

View File

@@ -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