mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
Fix uri to point to morphik api
This commit is contained in:
parent
62dbda0d0f
commit
c5326fedb7
@ -230,7 +230,7 @@ class UserService:
|
||||
)
|
||||
|
||||
# Generate URI with API domain
|
||||
api_domain = getattr(self.settings, "API_DOMAIN", "api.databridge.ai")
|
||||
api_domain = getattr(self.settings, "API_DOMAIN", "api.morphik.ai")
|
||||
uri = f"databridge://{name}:{token}@{api_domain}/{app_id}"
|
||||
|
||||
return uri
|
||||
|
Loading…
x
Reference in New Issue
Block a user