From 72c7248b6fdcdb2175e726ff51b42e7555f2bd84 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 24 Oct 2017 19:41:09 +0200 Subject: Add video channels --- server/helpers/custom-validators/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/helpers/custom-validators/index.ts') diff --git a/server/helpers/custom-validators/index.ts b/server/helpers/custom-validators/index.ts index 1dcab624a..c79982660 100644 --- a/server/helpers/custom-validators/index.ts +++ b/server/helpers/custom-validators/index.ts @@ -3,4 +3,6 @@ export * from './misc' export * from './pods' export * from './pods' export * from './users' +export * from './video-authors' +export * from './video-channels' export * from './videos' -- cgit v1.2.3