rollback msgraph changes (#1628)

This commit is contained in:
sunghyunkang1111
2023-09-25 12:08:56 -05:00
committed by GitHub
parent 16b05c2a75
commit 5c7c0eae61
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ export const allowedEmulatorEndpoints: ReadonlyArray<string> = ["https://localho
export const allowedMongoBackendEndpoints: ReadonlyArray<string> = ["https://localhost:1234"];
export const allowedGraphEndpoints: ReadonlyArray<string> = ["https://graph.microsoft.com"];
export const allowedGraphEndpoints: ReadonlyArray<string> = ["https://graph.windows.net"];
export const allowedArcadiaEndpoints: ReadonlyArray<string> = ["https://workspaceartifacts.projectarcadia.net"];