We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 656505e + bbdf330 commit 87bc95dCopy full SHA for 87bc95d
1 file changed
wherobots/db/constants.py
@@ -5,7 +5,7 @@
5
from .runtime import Runtime
6
7
8
-DEFAULT_ENDPOINT: str = "api.wherobots.services" # "api.cloud.wherobots.com"
+DEFAULT_ENDPOINT: str = "api.cloud.wherobots.com" # "api.cloud.wherobots.com"
9
STAGING_ENDPOINT: str = "api.staging.wherobots.com" # "api.staging.wherobots.com"
10
DEFAULT_RUNTIME: Runtime = Runtime.SEDONA
11
DEFAULT_REGION: Region = Region.AWS_US_WEST_2
0 commit comments