upload
This commit is contained in:
9
backend/src/validators/rootValidator.ts
Normal file
9
backend/src/validators/rootValidator.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { body, param, query } from 'express-validator'
|
||||
|
||||
class rootValidator {
|
||||
checkRootGet() {
|
||||
return []
|
||||
}
|
||||
}
|
||||
|
||||
export default new rootValidator()
|
Reference in New Issue
Block a user