replace async-validator

This commit is contained in:
proddy
2026-06-19 12:06:33 +02:00
parent 392812d489
commit 92d63d6f5d
26 changed files with 204 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
import Schema from 'async-validator';
import Schema from 'validators/schema';
import { IP_OR_HOSTNAME_VALIDATOR } from './shared';