X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fcontrollers%2Flazy-static.ts;h=a4076ee56b3e54d2a806880b3be455ca87a131bd;hb=ce7c099f0e36f00d88f7082dd7e158197d3146dd;hp=632e4dcd8d6f5b7f5d72368541e6cb6e6f3b014c;hpb=9e8789497377cac5554a622da605f5b89587aa9c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/controllers/lazy-static.ts b/server/controllers/lazy-static.ts index 632e4dcd8..a4076ee56 100644 --- a/server/controllers/lazy-static.ts +++ b/server/controllers/lazy-static.ts @@ -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'