X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmiddlewares%2Findex.ts;h=a0035f623ad9aae55a100bd0afa64fc4567206f9;hb=20bafcb61bee2a9a10a500908850c9a7d5e3c8c5;hp=3e280e16f590a182396934a8b070cea72ee28ee4;hpb=e62f03ae0412f4efa62917d8741bc1a39e8ed7fc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/middlewares/index.ts b/server/middlewares/index.ts index 3e280e16f..a0035f623 100644 --- a/server/middlewares/index.ts +++ b/server/middlewares/index.ts @@ -1,4 +1,5 @@ export * from './validators' +export * from './cache' export * from './activitypub' export * from './async' export * from './auth' @@ -7,4 +8,6 @@ export * from './servers' export * from './sort' export * from './user-right' export * from './dnt' +export * from './error' +export * from './doc' export * from './csp'