1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

reqValidators --> validators

This commit is contained in:
Chocobozzz 2016-07-01 16:16:40 +02:00
parent 69b0a27cbb
commit fc51fde048
13 changed files with 54 additions and 53 deletions

View file

@ -3,6 +3,7 @@
const config = require('config')
const mongoose = require('mongoose')
const express = require('express')
const oAuth = require('../../../middlewares').oauth
const Client = mongoose.model('OAuthClient')