mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Use got instead of request
This commit is contained in:
parent
71926aae07
commit
db4b15f21f
32 changed files with 346 additions and 328 deletions
|
@ -29,7 +29,7 @@ const LAST_MIGRATION_VERSION = 610
|
|||
// ---------------------------------------------------------------------------
|
||||
|
||||
const API_VERSION = 'v1'
|
||||
const PEERTUBE_VERSION = require(join(root(), 'package.json')).version
|
||||
const PEERTUBE_VERSION: string = require(join(root(), 'package.json')).version
|
||||
|
||||
const PAGINATION = {
|
||||
GLOBAL: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue