mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
reqValidators --> validators
This commit is contained in:
parent
69b0a27cbb
commit
fc51fde048
13 changed files with 54 additions and 53 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue