mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
fix uri generation, remove app id from path
This commit is contained in:
parent
5ae396cddb
commit
33e77084f1
@ -231,6 +231,6 @@ class UserService:
|
||||
|
||||
# Generate URI with API domain
|
||||
api_domain = getattr(self.settings, "API_DOMAIN", "api.morphik.ai")
|
||||
uri = f"databridge://{name}:{token}@{api_domain}/{app_id}"
|
||||
uri = f"databridge://{name}:{token}@{api_domain}"
|
||||
|
||||
return uri
|
||||
|
Loading…
x
Reference in New Issue
Block a user