X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmiddlewares%2Findex.ts;h=b40f864cef948dd5f27b6223f586e08adab5ce13;hb=2c015b54192f2080f756c424173bac2bd53e7ca9;hp=9a3f849a71285278ef26c5f8545fc34037432ceb;hpb=ba44fa19531186944fef3e9da34f5e91f0c0dedb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/middlewares/index.ts b/server/middlewares/index.ts index 9a3f849a7..b40f864ce 100644 --- a/server/middlewares/index.ts +++ b/server/middlewares/index.ts @@ -1,9 +1,15 @@ 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 './rate-limiter' +export * from './robots' +export * from './servers' export * from './sort' +export * from './user-right' +export * from './dnt' +export * from './error' +export * from './doc' +export * from './csp'