Skip to content

Commit 597a46e

Browse files
committed
fix(endpoint): add fasttrack
1 parent fc3b817 commit 597a46e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

volcenginesdkcore/endpoint/providers/default_provider.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,12 @@ def get_endpoint_for(self, region, suffix=endpoint_suffix):
423423
global_endpoint='',
424424
region_endpoint_map={},
425425
),
426+
'fasttrack': ServiceEndpointInfo(
427+
service='fasttrack',
428+
is_global=False,
429+
global_endpoint='',
430+
region_endpoint_map={},
431+
),
426432
}
427433

428434
bootstrap_region = {

0 commit comments

Comments
 (0)