Skip to content

Commit 3d9269a

Browse files
authored
fix(api_provider): Migrate to new domain.
Signed-off-by: Kirill Zhosul <[email protected]>
1 parent c6b5ea3 commit 3d9269a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatey_sdk/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Default API server provider.
88
# By default, this is API server provided from Florgon,
99
# but user can override this with self-hosted provider.
10-
API_DEFAULT_SERVER_PROVIDER_URL = "https://api-gatey.florgon.space/v1"
10+
API_DEFAULT_SERVER_PROVIDER_URL = "https://api-gatey.florgon.com/v1"
1111

1212
# Expected version from the API server.
1313
API_DEFAULT_SERVER_EXPECTED_VERSION = "0.0.0"

0 commit comments

Comments
 (0)