mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-08 02:42:08 +01:00
Firx build cont.
This commit is contained in:
parent
3ef992c1af
commit
6c9176f4ba
@ -1,4 +1,4 @@
|
||||
export function validateEndpoint(endpointToValidate: string, allowedEndpoints: ReadonlyArray<string>): boolean {
|
||||
export function validateEndpoint(endpointToValidate: string, allowedEndpoints: string[]): boolean {
|
||||
if (!endpointToValidate) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user