Skip to content

Commit 300fe3e

Browse files
devin-ai-integration[bot]blank@buildwithfern.com
andcommitted
Fix regional URL to include API path suffix
Co-Authored-By: blank@buildwithfern.com <blank@buildwithfern.com>
1 parent 298efd8 commit 300fe3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agoraio/area.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def get_current_url(self) -> str:
181181
with self._lock:
182182
current_region = self._current_region_prefixes[0]
183183
current_domain = self._current_domain
184-
return f"https://{current_region}.{current_domain}"
184+
return f"https://{current_region}.{current_domain}/api/conversational-ai-agent"
185185

186186
@property
187187
def gateway_area(self) -> GatewayArea:

0 commit comments

Comments
 (0)