]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/helpers/custom-validators/remote/index.js
Merge branch 'postgresql'
[github/Chocobozzz/PeerTube.git] / server / helpers / custom-validators / remote / index.js
1 'use strict'
2
3 const remoteVideosValidators = require('./videos')
4
5 const validators = {
6 videos: remoteVideosValidators
7 }
8
9 // ---------------------------------------------------------------------------
10
11 module.exports = validators