X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmiddlewares%2Findex.ts;h=a0035f623ad9aae55a100bd0afa64fc4567206f9;hb=20bafcb61bee2a9a10a500908850c9a7d5e3c8c5;hp=9a3f849a71285278ef26c5f8545fc34037432ceb;hpb=ba44fa19531186944fef3e9da34f5e91f0c0dedb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/middlewares/index.ts b/server/middlewares/index.ts index 9a3f849a7..a0035f623 100644 --- a/server/middlewares/index.ts +++ b/server/middlewares/index.ts @@ -1,9 +1,13 @@ export * from './validators' -export * from './admin' -export * from './config' -export * from './oauth' +export * from './cache' +export * from './activitypub' +export * from './async' +export * from './auth' export * from './pagination' -export * from './pods' -export * from './search' -export * from './secure' +export * from './servers' export * from './sort' +export * from './user-right' +export * from './dnt' +export * from './error' +export * from './doc' +export * from './csp'