]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/helpers/custom-validators/remote/index.js
Server: implement video views
[github/Chocobozzz/PeerTube.git] / server / helpers / custom-validators / remote / index.js
CommitLineData
55fa55a9
C
1'use strict'
2
3const remoteVideosValidators = require('./videos')
4
5const validators = {
6 videos: remoteVideosValidators
7}
8
9// ---------------------------------------------------------------------------
10
11module.exports = validators