]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/lazy-static.ts
Increase captions max size
[github/Chocobozzz/PeerTube.git] / server / controllers / lazy-static.ts
index 632e4dcd8d6f5b7f5d72368541e6cb6e6f3b014c..a4076ee56b3e54d2a806880b3be455ca87a131bd 100644 (file)
@@ -1,5 +1,5 @@
-import * as cors from 'cors'
-import * as express from 'express'
+import cors from 'cors'
+import express from 'express'
 import { VideosTorrentCache } from '@server/lib/files-cache/videos-torrent-cache'
 import { HttpStatusCode } from '../../shared/models/http/http-error-codes'
 import { logger } from '../helpers/logger'