X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmiddlewares%2Findex.ts;h=0cef26953d8a4557a1da5a4fdb03c43fa03f36a2;hb=0c237b19fdf9c614293c1442f0ab95a81ce05735;hp=9a3f849a71285278ef26c5f8545fc34037432ceb;hpb=ba44fa19531186944fef3e9da34f5e91f0c0dedb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/middlewares/index.ts b/server/middlewares/index.ts index 9a3f849a7..0cef26953 100644 --- a/server/middlewares/index.ts +++ b/server/middlewares/index.ts @@ -1,9 +1,8 @@ export * from './validators' -export * from './admin' -export * from './config' +export * from './activitypub' +export * from './async' export * from './oauth' export * from './pagination' -export * from './pods' -export * from './search' -export * from './secure' +export * from './servers' export * from './sort' +export * from './user-right'