X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fhelpers%2Fcustom-validators%2Findex.ts;h=d3b2f5393d2669b09f1ffb355465c996c73316d3;hb=608624252466acf9f1d9ee1c1170bd4fe4d18d18;hp=1dcab624afc1c0b35a0fd3c20ebb9e37337718e6;hpb=65fcc3119c334b75dd13bcfdebf186afdc580a8f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/helpers/custom-validators/index.ts b/server/helpers/custom-validators/index.ts index 1dcab624a..d3b2f5393 100644 --- a/server/helpers/custom-validators/index.ts +++ b/server/helpers/custom-validators/index.ts @@ -1,6 +1,9 @@ -export * from './remote' +export * from './activitypub' export * from './misc' -export * from './pods' -export * from './pods' +export * from './servers' +export * from './servers' export * from './users' +export * from './accounts' +export * from './video-channels' export * from './videos' +export * from './webfinger'