aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/custom-validators/remote/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/helpers/custom-validators/remote/index.js')
-rw-r--r--server/helpers/custom-validators/remote/index.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/server/helpers/custom-validators/remote/index.js b/server/helpers/custom-validators/remote/index.js
new file mode 100644
index 000000000..1939a95f4
--- /dev/null
+++ b/server/helpers/custom-validators/remote/index.js
@@ -0,0 +1,11 @@
1'use strict'
2
3const remoteVideosValidators = require('./videos')
4
5const validators = {
6 videos: remoteVideosValidators
7}
8
9// ---------------------------------------------------------------------------
10
11module.exports = validators