mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 15:03:52 +00:00
Merge branch 'dev' of github.com:zitadel/typescript into dev
This commit is contained in:
@@ -97,6 +97,8 @@ export function getServiceUrlFromHeaders(headers: ReadonlyHeaders): {
|
|||||||
throw new Error("Service URL could not be determined");
|
throw new Error("Service URL could not be determined");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log("Service URL", instanceUrl);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
serviceUrl: instanceUrl,
|
serviceUrl: instanceUrl,
|
||||||
serviceRegion: headers.get("x-zitadel-region") || "",
|
serviceRegion: headers.get("x-zitadel-region") || "",
|
||||||
|
|||||||
Reference in New Issue
Block a user