Merge branch 'dev' of github.com:zitadel/typescript into dev

This commit is contained in:
Elio Bischof
2025-02-10 17:41:28 +01:00

View File

@@ -97,6 +97,8 @@ export function getServiceUrlFromHeaders(headers: ReadonlyHeaders): {
throw new Error("Service URL could not be determined");
}
console.log("Service URL", instanceUrl);
return {
serviceUrl: instanceUrl,
serviceRegion: headers.get("x-zitadel-region") || "",