mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
[manual] Change API URLs to be based on api.humbughq.com/api.
This must be deployed after we update our running nginx configuration to serve api.humbughq.com. (imported from commit b5c34ebdd595f55eecd6dca6a18a37f105107bd5)
This commit is contained in:
@@ -70,7 +70,7 @@ class RandomExponentialBackoff(CountingBackoff):
|
||||
print message
|
||||
time.sleep(delay)
|
||||
|
||||
DEFAULT_SITE = "https://humbughq.com"
|
||||
DEFAULT_SITE = "https://api.humbughq.com"
|
||||
|
||||
class States:
|
||||
Startup, HumbugToZephyr, ZephyrToHumbug, ChildSending = range(4)
|
||||
|
||||
Reference in New Issue
Block a user