This commit is contained in:
2023-06-30 14:16:33 +02:00
parent 943d510718
commit 2ab62770dc
50 changed files with 8561 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import { body, param, query } from 'express-validator'
class rootValidator {
checkRootGet() {
return []
}
}
export default new rootValidator()