1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Fix quota in instance features table

This commit is contained in:
Chocobozzz 2019-07-29 16:30:01 +02:00
parent cd4cb177e6
commit 34dd7cb4ca
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
import * as express from 'express'
import { join } from 'path'
import { root } from '../helpers/core-utils'
import { ACCEPT_HEADERS, STATIC_MAX_AGE, STATIC_PATHS } from '../initializers/constants'
import { ACCEPT_HEADERS, STATIC_MAX_AGE } from '../initializers/constants'
import { asyncMiddleware, embedCSP } from '../middlewares'
import { buildFileLocale, getCompleteLocale, is18nLocale, LOCALE_FILES } from '../../shared/models/i18n/i18n'
import { ClientHtml } from '../lib/client-html'