This commit is contained in:
artrejo 2022-01-21 08:22:32 -08:00
parent 3672da1e1d
commit b67078a310

View File

@ -41,9 +41,7 @@ export const allowedArcadiaEndpoints: ReadonlyArray<string> = [];
export const allowedArcadiaLivyDnsZones: ReadonlyArray<string> = []; export const allowedArcadiaLivyDnsZones: ReadonlyArray<string> = [];
export const allowedMongoBackendEndpoints: ReadonlyArray<string> = [ export const allowedMongoBackendEndpoints: ReadonlyArray<string> = ["https://localhost:1234"];
"https://localhost:1234"
];
export const allowedHostedExplorerEndpoints: ReadonlyArray<string> = []; export const allowedHostedExplorerEndpoints: ReadonlyArray<string> = [];