PeerTube/server/helpers/custom-validators/remote/index.js

12 lines
231 B
JavaScript
Raw Normal View History

2017-01-04 19:59:23 +00:00
'use strict'
const remoteVideosValidators = require('./videos')
const validators = {
videos: remoteVideosValidators
}
// ---------------------------------------------------------------------------
module.exports = validators