X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fhelpers%2Fcustom-validators%2Findex.ts;h=1c475e30172bd4cc4dceaefa34e4bf1861b4be9c;hb=51548b31815c6f96f314ae96588a9adca150519d;hp=58a40249b5855849bfe60f81f033b3fee61d7010;hpb=0d0e8dd0904b380b70e19ebcb4763d65601c4632;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/helpers/custom-validators/index.ts b/server/helpers/custom-validators/index.ts index 58a40249b..1c475e301 100644 --- a/server/helpers/custom-validators/index.ts +++ b/server/helpers/custom-validators/index.ts @@ -3,5 +3,7 @@ export * from './misc' export * from './pods' export * from './pods' export * from './users' +export * from './accounts' export * from './video-channels' export * from './videos' +export * from './webfinger'