1
0
Fork 0
peertube/server/helpers/custom-validators/remote/index.js
2017-01-04 21:05:13 +01:00

11 lines
231 B
JavaScript

'use strict'
const remoteVideosValidators = require('./videos')
const validators = {
videos: remoteVideosValidators
}
// ---------------------------------------------------------------------------
module.exports = validators