We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9021563 commit 80f0c06Copy full SHA for 80f0c06
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.florgon.space/gatey"
+API_DEFAULT_SERVER_PROVIDER_URL = "https://api.florgon.space/gatey/v1"
11
12
# Expected version from the API server.
13
API_DEFAULT_SERVER_EXPECTED_VERSION = "0.0.0"
0 commit comments