Skip to content

Commit 80f0c06

Browse files
committed
Update default server provider url.
1 parent 9021563 commit 80f0c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatey_sdk/consts.py

Lines changed: 1 addition & 1 deletion
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.florgon.space/gatey"
10+
API_DEFAULT_SERVER_PROVIDER_URL = "https://api.florgon.space/gatey/v1"
1111

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

0 commit comments

Comments
 (0)