File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,8 +80,7 @@ def _create_path(self, api: API):
8080 from urllib .parse import urljoin
8181
8282 if self .base_url == "INTERNAL" :
83- base_with_prefix = urljoin (api .endpoint .service , api .endpoint .prefix )
84- return urljoin (base_with_prefix , api .path )
83+ return urljoin (api .endpoint .service , api .path )
8584 else :
8685 base_with_prefix = urljoin (self .base_url , api .endpoint .prefix )
8786 return urljoin (base_with_prefix , api .path )
Original file line number Diff line number Diff line change @@ -80,8 +80,7 @@ def _create_path(self, api: API):
8080 from urllib .parse import urljoin
8181
8282 if self .base_url == "INTERNAL" :
83- base_with_prefix = urljoin (api .endpoint .service , api .endpoint .prefix )
84- return urljoin (base_with_prefix , api .path )
83+ return urljoin (api .endpoint .service , api .path )
8584 else :
8685 base_with_prefix = urljoin (self .base_url , api .endpoint .prefix )
8786 return urljoin (base_with_prefix , api .path )
You can’t perform that action at this time.
0 commit comments