Skip to content

Commit 04e1046

Browse files
committed
Update client.py
Signed-off-by: Quentin GROLLEAU <[email protected]>
1 parent 89ee0b6 commit 04e1046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovh/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
#: Mapping between OVH API region names and corresponding endpoints
7575
ENDPOINTS = {
7676
'ovh-eu': 'https://eu.api.ovh.com/1.0',
77-
'ovh-us': 'https://api.ovh.us/1.0',
77+
'ovh-us': 'https://api.ovhcloud.com/1.0',
7878
'ovh-ca': 'https://ca.api.ovh.com/1.0',
7979
'kimsufi-eu': 'https://eu.api.kimsufi.com/1.0',
8080
'kimsufi-ca': 'https://ca.api.kimsufi.com/1.0',

0 commit comments

Comments
 (0)