Skip to content

Commit

Permalink
Use validators in connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Feb 27, 2020
1 parent 37bed59 commit b2ecc4f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/

export { isUrlInvalid } from '../../utils/validators';

0 comments on commit b2ecc4f

Please sign in to comment.