We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b5ea3 commit 3d9269aCopy full SHA for 3d9269a
gatey_sdk/consts.py
@@ -7,7 +7,7 @@
7
# Default API server provider.
8
# By default, this is API server provided from Florgon,
9
# but user can override this with self-hosted provider.
10
-API_DEFAULT_SERVER_PROVIDER_URL = "https://api-gatey.florgon.space/v1"
+API_DEFAULT_SERVER_PROVIDER_URL = "https://api-gatey.florgon.com/v1"
11
12
# Expected version from the API server.
13
API_DEFAULT_SERVER_EXPECTED_VERSION = "0.0.0"
0 commit comments