2015-11-07 08:16:26 -05:00
|
|
|
;(function () {
|
|
|
|
'use strict'
|
|
|
|
|
2016-01-31 05:23:52 -05:00
|
|
|
var reqValidators = {
|
2015-11-07 08:16:26 -05:00
|
|
|
videos: require('./videos'),
|
|
|
|
pods: require('./pods'),
|
|
|
|
remote: require('./remote')
|
|
|
|
}
|
|
|
|
|
2016-01-31 05:23:52 -05:00
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
module.exports = reqValidators
|
2015-11-07 08:16:26 -05:00
|
|
|
})()
|