mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Begin moving video channel to actor
This commit is contained in:
parent
fadf619ad6
commit
50d6de9c28
100 changed files with 1761 additions and 2041 deletions
|
@ -1,11 +1,7 @@
|
|||
import * as express from 'express'
|
||||
import * as cors from 'cors'
|
||||
import {
|
||||
CONFIG,
|
||||
STATIC_MAX_AGE,
|
||||
STATIC_PATHS
|
||||
} from '../initializers'
|
||||
import { VideosPreviewCache } from '../lib'
|
||||
import * as express from 'express'
|
||||
import { CONFIG, STATIC_MAX_AGE, STATIC_PATHS } from '../initializers'
|
||||
import { VideosPreviewCache } from '../lib/cache'
|
||||
import { asyncMiddleware } from '../middlewares'
|
||||
|
||||
const staticRouter = express.Router()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue