Skip to content

Commit 87bc95d

Browse files
authored
Merge pull request #7 from wherobots/davyhua/prod-update-dns
chore: update .services to .com
2 parents 656505e + bbdf330 commit 87bc95d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wherobots/db/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .runtime import Runtime
66

77

8-
DEFAULT_ENDPOINT: str = "api.wherobots.services" # "api.cloud.wherobots.com"
8+
DEFAULT_ENDPOINT: str = "api.cloud.wherobots.com" # "api.cloud.wherobots.com"
99
STAGING_ENDPOINT: str = "api.staging.wherobots.com" # "api.staging.wherobots.com"
1010
DEFAULT_RUNTIME: Runtime = Runtime.SEDONA
1111
DEFAULT_REGION: Region = Region.AWS_US_WEST_2

0 commit comments

Comments
 (0)