Skip to content

Commit 95ebc0f

Browse files
committed
fix(endpoint): add quota
1 parent 0d12f13 commit 95ebc0f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

volcengine-java-sdk-core/src/main/java/com/volcengine/endpoint/DefaultEndpointProvider.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,15 @@ public class DefaultEndpointProvider implements EndpointResolver {
661661
ENDPOINT,
662662
createRegionEndpointMap()
663663
));
664+
665+
// --------------------------- quota ---------------------------
666+
DEFAULT_ENDPOINT_MAP.put("quota", new ServiceEndpointInfo(
667+
"quota",
668+
true,
669+
"",
670+
ENDPOINT,
671+
createRegionEndpointMap()
672+
));
664673
}
665674

666675

0 commit comments

Comments
 (0)