mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-02 11:48:40 +01:00
Fix formatting.
This commit is contained in:
@@ -88,7 +88,9 @@ export const allowedHostedExplorerEndpoints: ReadonlyArray<string> = [
|
|||||||
...(process.env.NODE_ENV === "development" ? ["https://localhost:12900"] : []),
|
...(process.env.NODE_ENV === "development" ? ["https://localhost:12900"] : []),
|
||||||
];
|
];
|
||||||
|
|
||||||
export const allowedMsalRedirectEndpoints: ReadonlyArray<string> = ["https://dataexplorer-preview.portal.cosmos.azure.com/"];
|
export const allowedMsalRedirectEndpoints: ReadonlyArray<string> = [
|
||||||
|
"https://dataexplorer-preview.portal.cosmos.azure.com/",
|
||||||
|
];
|
||||||
|
|
||||||
export const allowedJunoOrigins: ReadonlyArray<string> = [
|
export const allowedJunoOrigins: ReadonlyArray<string> = [
|
||||||
JunoEndpoints.Test,
|
JunoEndpoints.Test,
|
||||||
|
|||||||
Reference in New Issue
Block a user