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:
parent
5dda52c924
commit
b3b9264742
10 changed files with 68 additions and 38 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue