mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Some plugins fixes and doc enhancements
This commit is contained in:
parent
662e5d4fe4
commit
9fa6ca160a
6 changed files with 45 additions and 19 deletions
|
@ -19,7 +19,7 @@ const LAST_MIGRATION_VERSION = 400
|
|||
// ---------------------------------------------------------------------------
|
||||
|
||||
const API_VERSION = 'v1'
|
||||
const PEERTUBE_VERSION = process.env.npm_package_version || 'unknown'
|
||||
const PEERTUBE_VERSION = require(join(root(), 'package.json')).version
|
||||
|
||||
const PAGINATION = {
|
||||
COUNT: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue