mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 17:01:13 +00:00
Firx build cont.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
export function validateEndpoint(endpointToValidate: string, allowedEndpoints: ReadonlyArray<string>): boolean {
|
export function validateEndpoint(endpointToValidate: string, allowedEndpoints: string[]): boolean {
|
||||||
if (!endpointToValidate) {
|
if (!endpointToValidate) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user