log service

This commit is contained in:
Max Peintner
2025-02-10 17:38:41 +01:00
parent dcd73742f7
commit 0779f0b807

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") || "",