WIP plugins: add ability to register plugins
[oweals/peertube.git] / server / controllers / index.ts
index a88a03c79e87501f29bb59e6a54f1226b3ee6f89..869546dc739e344e99060c3b3a8ce45fee110988 100644 (file)
@@ -7,3 +7,5 @@ export * from './static'
 export * from './webfinger'
 export * from './tracker'
 export * from './bots'
+export * from './plugins'
+export * from './themes'