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

Authenticate before make/quit friends (server + tests)

This commit is contained in:
Chocobozzz 2016-05-13 16:31:14 +02:00
parent 5dda52c924
commit b3b9264742
10 changed files with 68 additions and 38 deletions

View file

@ -2,7 +2,7 @@
const config = require('config')
const express = require('express')
const oAuth2 = require('../../../middlewares/oauth2')
const oAuth2 = require('../../../middlewares').oauth2
const Users = require('../../../models/users')