nork 3.0.4

This commit is contained in:
2022-02-02 16:01:34 +01:00
parent 100eb59f17
commit 95e60bc04e
13 changed files with 221 additions and 29 deletions

View File

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