mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-21 10:47:53 +00:00
log service
This commit is contained in:
@@ -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") || "",
|
||||
|
Reference in New Issue
Block a user